Shades of Dark Purple #992091
Tints of Dark Purple #992091
RGB
CMYK
RGB Variations
Color information
#992091 (or 0x992091) is known color: Dark Purple. HEX triplet: 99, 20 and 91. RGB value is (153,32,145). Sum of RGB (Red+Green+Blue) = 153+32+145=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #992091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992091 is #66DF6E. Grayscale: #505050. Windows color (decimal): -6741871 or 9511065. OLE color: 9511065.
HSL color Cylindrical-coordinate representation of color #992091: hue angle of 303.97º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992091 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 145 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.4 |
| HSL | 303.97º | 0.65% | 0.36% | - |
| HSV(B) | 303.97º | 0.79% | 0.6% | - |
| XYZ | 18.76 | 9.85 | 27.7 | - |
| YUV | 81.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 145 | 0 | 0.79 | 0.05 | 0.4 | 303.97 | 0.65 | 0.36 |
| Hex | 99 | 20 | 91 | 0 | 4F | 5 | 28 | 130 | 41 | 24 |
| Octal | 231 | 40 | 221 | 0 | 117 | 5 | 50 | 460 | 101 | 44 |
| Binary | 10011001 | 100000 | 10010001 | 0 | 1001111 | 101 | 101000 | 100110000 | 1000001 | 100100 |
Color Harmonies of #992091
Complementary color
Monochromatic Colors of #992091
Black with #992091
Text Example
Text Example
White with #992091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992091; }
p { color: rgb(153,32,145); }
H1.HeaderClassName
{
color: #992091;
}
.AnyTagClassName
{
color: #992091;
}
</style>
background-color css
<style>
a { background-color: #992091; }
a { background-color: rgb(153,32,145); }
div.DivClassName
{
background-color: #992091;
}
.BgClassName
{
background-color: #992091;
}
</style>
border-color css
<style>
span { border-color: #992091; }
span { border-color: rgb(153,32,145); }
td.TdClassName
{
border-color: #992091;
}
.TagClassName
{
border-color: #992091;
}
</style>