Shades of Dark Purple #992176
Tints of Dark Purple #992176
RGB
CMYK
RGB Variations
Color information
#992176 (or 0x992176) is known color: Dark Purple. HEX triplet: 99, 21 and 76. RGB value is (153,33,118). Sum of RGB (Red+Green+Blue) = 153+33+118=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #992176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992176 is #66DE89. Grayscale: #4E4E4E. Windows color (decimal): -6741642 or 7741849. OLE color: 7741849.
HSL color Cylindrical-coordinate representation of color #992176: hue angle of 317.5º 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 #992176 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 118 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.4 |
| HSL | 317.5º | 0.65% | 0.36% | - |
| HSV(B) | 317.5º | 0.78% | 0.6% | - |
| XYZ | 16.95 | 9.17 | 18.02 | - |
| YUV | 78.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 118 | 0 | 0.78 | 0.23 | 0.4 | 317.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 76 | 0 | 4E | 17 | 28 | 13E | 41 | 24 |
| Octal | 231 | 41 | 166 | 0 | 116 | 27 | 50 | 476 | 101 | 44 |
| Binary | 10011001 | 100001 | 1110110 | 0 | 1001110 | 10111 | 101000 | 100111110 | 1000001 | 100100 |
Color Harmonies of #992176
Complementary color
Monochromatic Colors of #992176
Black with #992176
Text Example
Text Example
White with #992176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992176; }
p { color: rgb(153,33,118); }
H1.HeaderClassName
{
color: #992176;
}
.AnyTagClassName
{
color: #992176;
}
</style>
background-color css
<style>
a { background-color: #992176; }
a { background-color: rgb(153,33,118); }
div.DivClassName
{
background-color: #992176;
}
.BgClassName
{
background-color: #992176;
}
</style>
border-color css
<style>
span { border-color: #992176; }
span { border-color: rgb(153,33,118); }
td.TdClassName
{
border-color: #992176;
}
.TagClassName
{
border-color: #992176;
}
</style>