Shades of Dark Orchid #981BB8
Tints of Dark Orchid #981BB8
RGB
CMYK
RGB Variations
Color information
#981BB8 (or 0x981BB8) is known color: Dark Orchid. HEX triplet: 98, 1B and B8. RGB value is (152,27,184). Sum of RGB (Red+Green+Blue) = 152+27+184=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #981BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BB8 is #67E447. Grayscale: #515151. Windows color (decimal): -6808648 or 12065688. OLE color: 12065688.
HSL color Cylindrical-coordinate representation of color #981BB8: hue angle of 287.77º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981BB8 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 152 | 27 | 184 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.28 |
| HSL | 287.77º | 0.74% | 0.41% | - |
| HSV(B) | 287.77º | 0.85% | 0.72% | - |
| XYZ | 21.99 | 10.92 | 46.3 | - |
| YUV | 82.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 27 | 184 | 0.17 | 0.85 | 0 | 0.28 | 287.77 | 0.74 | 0.41 |
| Hex | 98 | 1B | B8 | 11 | 55 | 0 | 1C | 120 | 4A | 29 |
| Octal | 230 | 33 | 270 | 21 | 125 | 0 | 34 | 440 | 112 | 51 |
| Binary | 10011000 | 11011 | 10111000 | 10001 | 1010101 | 0 | 11100 | 100100000 | 1001010 | 101001 |
Color Harmonies of #981BB8
Complementary color
Monochromatic Colors of #981BB8
Black with #981BB8
Text Example
Text Example
White with #981BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981BB8; }
p { color: rgb(152,27,184); }
H1.HeaderClassName
{
color: #981BB8;
}
.AnyTagClassName
{
color: #981BB8;
}
</style>
background-color css
<style>
a { background-color: #981BB8; }
a { background-color: rgb(152,27,184); }
div.DivClassName
{
background-color: #981BB8;
}
.BgClassName
{
background-color: #981BB8;
}
</style>
border-color css
<style>
span { border-color: #981BB8; }
span { border-color: rgb(152,27,184); }
td.TdClassName
{
border-color: #981BB8;
}
.TagClassName
{
border-color: #981BB8;
}
</style>