Shades of Dark Purple #992296
Tints of Dark Purple #992296
RGB
CMYK
RGB Variations
Color information
#992296 (or 0x992296) is known color: Dark Purple. HEX triplet: 99, 22 and 96. RGB value is (153,34,150). Sum of RGB (Red+Green+Blue) = 153+34+150=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992296 is #66DD69. Grayscale: #525252. Windows color (decimal): -6741354 or 9839257. OLE color: 9839257.
HSL color Cylindrical-coordinate representation of color #992296: hue angle of 301.51º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992296 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 150 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.4 |
| HSL | 301.51º | 0.64% | 0.37% | - |
| HSV(B) | 301.51º | 0.78% | 0.6% | - |
| XYZ | 19.21 | 10.12 | 29.79 | - |
| YUV | 82.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 150 | 0 | 0.78 | 0.02 | 0.4 | 301.51 | 0.64 | 0.37 |
| Hex | 99 | 22 | 96 | 0 | 4E | 2 | 28 | 12E | 40 | 25 |
| Octal | 231 | 42 | 226 | 0 | 116 | 2 | 50 | 456 | 100 | 45 |
| Binary | 10011001 | 100010 | 10010110 | 0 | 1001110 | 10 | 101000 | 100101110 | 1000000 | 100101 |
Color Harmonies of #992296
Complementary color
Monochromatic Colors of #992296
Black with #992296
Text Example
Text Example
White with #992296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992296; }
p { color: rgb(153,34,150); }
H1.HeaderClassName
{
color: #992296;
}
.AnyTagClassName
{
color: #992296;
}
</style>
background-color css
<style>
a { background-color: #992296; }
a { background-color: rgb(153,34,150); }
div.DivClassName
{
background-color: #992296;
}
.BgClassName
{
background-color: #992296;
}
</style>
border-color css
<style>
span { border-color: #992296; }
span { border-color: rgb(153,34,150); }
td.TdClassName
{
border-color: #992296;
}
.TagClassName
{
border-color: #992296;
}
</style>