Shades of Dark Orchid #981FCE
Tints of Dark Orchid #981FCE
RGB
CMYK
RGB Variations
Color information
#981FCE (or 0x981FCE) is known color: Dark Orchid. HEX triplet: 98, 1F and CE. RGB value is (152,31,206). Sum of RGB (Red+Green+Blue) = 152+31+206=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #981FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FCE is #67E031. Grayscale: #565656. Windows color (decimal): -6807602 or 13508504. OLE color: 13508504.
HSL color Cylindrical-coordinate representation of color #981FCE: hue angle of 281.49º degrees, saturation: 0.74, 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 #981FCE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 31 | 206 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.19 |
| HSL | 281.49º | 0.74% | 0.46% | - |
| HSV(B) | 281.49º | 0.85% | 0.81% | - |
| XYZ | 24.58 | 12.11 | 59.43 | - |
| YUV | 87.13 | 195.09 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 31 | 206 | 0.26 | 0.85 | 0 | 0.19 | 281.49 | 0.74 | 0.46 |
| Hex | 98 | 1F | CE | 1A | 55 | 0 | 13 | 119 | 4A | 2E |
| Octal | 230 | 37 | 316 | 32 | 125 | 0 | 23 | 431 | 112 | 56 |
| Binary | 10011000 | 11111 | 11001110 | 11010 | 1010101 | 0 | 10011 | 100011001 | 1001010 | 101110 |
Color Harmonies of #981FCE
Complementary color
Monochromatic Colors of #981FCE
Black with #981FCE
Text Example
Text Example
White with #981FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981FCE; }
p { color: rgb(152,31,206); }
H1.HeaderClassName
{
color: #981FCE;
}
.AnyTagClassName
{
color: #981FCE;
}
</style>
background-color css
<style>
a { background-color: #981FCE; }
a { background-color: rgb(152,31,206); }
div.DivClassName
{
background-color: #981FCE;
}
.BgClassName
{
background-color: #981FCE;
}
</style>
border-color css
<style>
span { border-color: #981FCE; }
span { border-color: rgb(152,31,206); }
td.TdClassName
{
border-color: #981FCE;
}
.TagClassName
{
border-color: #981FCE;
}
</style>