Shades of Dark Purple #992187
Tints of Dark Purple #992187
RGB
CMYK
RGB Variations
Color information
#992187 (or 0x992187) is known color: Dark Purple. HEX triplet: 99, 21 and 87. RGB value is (153,33,135). Sum of RGB (Red+Green+Blue) = 153+33+135=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #992187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992187 is #66DE78. Grayscale: #505050. Windows color (decimal): -6741625 or 8855961. OLE color: 8855961.
HSL color Cylindrical-coordinate representation of color #992187: hue angle of 309º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992187 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 135 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.4 |
| HSL | 309º | 0.65% | 0.36% | - |
| HSV(B) | 309º | 0.78% | 0.6% | - |
| XYZ | 18.05 | 9.61 | 23.82 | - |
| YUV | 80.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 135 | 0 | 0.78 | 0.12 | 0.4 | 309 | 0.65 | 0.36 |
| Hex | 99 | 21 | 87 | 0 | 4E | C | 28 | 135 | 41 | 24 |
| Octal | 231 | 41 | 207 | 0 | 116 | 14 | 50 | 465 | 101 | 44 |
| Binary | 10011001 | 100001 | 10000111 | 0 | 1001110 | 1100 | 101000 | 100110101 | 1000001 | 100100 |
Color Harmonies of #992187
Complementary color
Monochromatic Colors of #992187
Black with #992187
Text Example
Text Example
White with #992187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992187; }
p { color: rgb(153,33,135); }
H1.HeaderClassName
{
color: #992187;
}
.AnyTagClassName
{
color: #992187;
}
</style>
background-color css
<style>
a { background-color: #992187; }
a { background-color: rgb(153,33,135); }
div.DivClassName
{
background-color: #992187;
}
.BgClassName
{
background-color: #992187;
}
</style>
border-color css
<style>
span { border-color: #992187; }
span { border-color: rgb(153,33,135); }
td.TdClassName
{
border-color: #992187;
}
.TagClassName
{
border-color: #992187;
}
</style>