Shades of Dark Orchid #981ECE
Tints of Dark Orchid #981ECE
RGB
CMYK
RGB Variations
Color information
#981ECE (or 0x981ECE) is known color: Dark Orchid. HEX triplet: 98, 1E and CE. RGB value is (152,30,206). Sum of RGB (Red+Green+Blue) = 152+30+206=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #981ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ECE is #67E131. Grayscale: #555555. Windows color (decimal): -6807858 or 13508248. OLE color: 13508248.
HSL color Cylindrical-coordinate representation of color #981ECE: hue angle of 281.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981ECE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 30 | 206 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.19 |
| HSL | 281.59º | 0.75% | 0.46% | - |
| HSV(B) | 281.59º | 0.85% | 0.81% | - |
| XYZ | 24.55 | 12.06 | 59.43 | - |
| YUV | 86.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 206 | 0.26 | 0.85 | 0 | 0.19 | 281.59 | 0.75 | 0.46 |
| Hex | 98 | 1E | CE | 1A | 55 | 0 | 13 | 11A | 4B | 2E |
| Octal | 230 | 36 | 316 | 32 | 125 | 0 | 23 | 432 | 113 | 56 |
| Binary | 10011000 | 11110 | 11001110 | 11010 | 1010101 | 0 | 10011 | 100011010 | 1001011 | 101110 |
Color Harmonies of #981ECE
Complementary color
Monochromatic Colors of #981ECE
Black with #981ECE
Text Example
Text Example
White with #981ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ECE; }
p { color: rgb(152,30,206); }
H1.HeaderClassName
{
color: #981ECE;
}
.AnyTagClassName
{
color: #981ECE;
}
</style>
background-color css
<style>
a { background-color: #981ECE; }
a { background-color: rgb(152,30,206); }
div.DivClassName
{
background-color: #981ECE;
}
.BgClassName
{
background-color: #981ECE;
}
</style>
border-color css
<style>
span { border-color: #981ECE; }
span { border-color: rgb(152,30,206); }
td.TdClassName
{
border-color: #981ECE;
}
.TagClassName
{
border-color: #981ECE;
}
</style>