Shades of Dark Orchid #981ECC
Tints of Dark Orchid #981ECC
RGB
CMYK
RGB Variations
Color information
#981ECC (or 0x981ECC) is known color: Dark Orchid. HEX triplet: 98, 1E and CC. RGB value is (152,30,204). Sum of RGB (Red+Green+Blue) = 152+30+204=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #981ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ECC is #67E133. Grayscale: #555555. Windows color (decimal): -6807860 or 13377176. OLE color: 13377176.
HSL color Cylindrical-coordinate representation of color #981ECC: hue angle of 282.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981ECC is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 30 | 204 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.2 |
| HSL | 282.07º | 0.74% | 0.46% | - |
| HSV(B) | 282.07º | 0.85% | 0.8% | - |
| XYZ | 24.31 | 11.96 | 58.15 | - |
| YUV | 86.31 | 194.42 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 204 | 0.25 | 0.85 | 0 | 0.2 | 282.07 | 0.74 | 0.46 |
| Hex | 98 | 1E | CC | 19 | 55 | 0 | 14 | 11A | 4A | 2E |
| Octal | 230 | 36 | 314 | 31 | 125 | 0 | 24 | 432 | 112 | 56 |
| Binary | 10011000 | 11110 | 11001100 | 11001 | 1010101 | 0 | 10100 | 100011010 | 1001010 | 101110 |
Color Harmonies of #981ECC
Complementary color
Monochromatic Colors of #981ECC
Black with #981ECC
Text Example
Text Example
White with #981ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ECC; }
p { color: rgb(152,30,204); }
H1.HeaderClassName
{
color: #981ECC;
}
.AnyTagClassName
{
color: #981ECC;
}
</style>
background-color css
<style>
a { background-color: #981ECC; }
a { background-color: rgb(152,30,204); }
div.DivClassName
{
background-color: #981ECC;
}
.BgClassName
{
background-color: #981ECC;
}
</style>
border-color css
<style>
span { border-color: #981ECC; }
span { border-color: rgb(152,30,204); }
td.TdClassName
{
border-color: #981ECC;
}
.TagClassName
{
border-color: #981ECC;
}
</style>