Shades of Dark Orchid #981ECB
Tints of Dark Orchid #981ECB
RGB
CMYK
RGB Variations
Color information
#981ECB (or 0x981ECB) is known color: Dark Orchid. HEX triplet: 98, 1E and CB. RGB value is (152,30,203). Sum of RGB (Red+Green+Blue) = 152+30+203=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #981ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ECB is #67E134. Grayscale: #555555. Windows color (decimal): -6807861 or 13311640. OLE color: 13311640.
HSL color Cylindrical-coordinate representation of color #981ECB: hue angle of 282.31º 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 #981ECB is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 30 | 203 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.20 |
| HSL | 282.31º | 0.74% | 0.46% | - |
| HSV(B) | 282.31º | 0.85% | 0.8% | - |
| XYZ | 24.19 | 11.92 | 57.52 | - |
| YUV | 86.2 | 193.92 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 30 | 203 | 0.25 | 0.85 | 0 | 0.20 | 282.31 | 0.74 | 0.46 |
| Hex | 98 | 1E | CB | 19 | 55 | 0 | 14 | 11A | 4A | 2E |
| Octal | 230 | 36 | 313 | 31 | 125 | 0 | 24 | 432 | 112 | 56 |
| Binary | 10011000 | 11110 | 11001011 | 11001 | 1010101 | 0 | 10100 | 100011010 | 1001010 | 101110 |
Color Harmonies of #981ECB
Complementary color
Monochromatic Colors of #981ECB
Black with #981ECB
Text Example
Text Example
White with #981ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981ECB; }
p { color: rgb(152,30,203); }
H1.HeaderClassName
{
color: #981ECB;
}
.AnyTagClassName
{
color: #981ECB;
}
</style>
background-color css
<style>
a { background-color: #981ECB; }
a { background-color: rgb(152,30,203); }
div.DivClassName
{
background-color: #981ECB;
}
.BgClassName
{
background-color: #981ECB;
}
</style>
border-color css
<style>
span { border-color: #981ECB; }
span { border-color: rgb(152,30,203); }
td.TdClassName
{
border-color: #981ECB;
}
.TagClassName
{
border-color: #981ECB;
}
</style>