Shades of Dark Purple #992576
Tints of Dark Purple #992576
RGB
CMYK
RGB Variations
Color information
#992576 (or 0x992576) is known color: Dark Purple. HEX triplet: 99, 25 and 76. RGB value is (153,37,118). Sum of RGB (Red+Green+Blue) = 153+37+118=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #992576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992576 is #66DA89. Grayscale: #505050. Windows color (decimal): -6740618 or 7742873. OLE color: 7742873.
HSL color Cylindrical-coordinate representation of color #992576: hue angle of 318.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992576 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 118 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.4 |
| HSL | 318.1º | 0.61% | 0.37% | - |
| HSV(B) | 318.1º | 0.76% | 0.6% | - |
| XYZ | 17.07 | 9.4 | 18.05 | - |
| YUV | 80.92 | 148.93 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 118 | 0 | 0.76 | 0.23 | 0.4 | 318.1 | 0.61 | 0.37 |
| Hex | 99 | 25 | 76 | 0 | 4C | 17 | 28 | 13E | 3D | 25 |
| Octal | 231 | 45 | 166 | 0 | 114 | 27 | 50 | 476 | 75 | 45 |
| Binary | 10011001 | 100101 | 1110110 | 0 | 1001100 | 10111 | 101000 | 100111110 | 111101 | 100101 |
Color Harmonies of #992576
Complementary color
Monochromatic Colors of #992576
Black with #992576
Text Example
Text Example
White with #992576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992576; }
p { color: rgb(153,37,118); }
H1.HeaderClassName
{
color: #992576;
}
.AnyTagClassName
{
color: #992576;
}
</style>
background-color css
<style>
a { background-color: #992576; }
a { background-color: rgb(153,37,118); }
div.DivClassName
{
background-color: #992576;
}
.BgClassName
{
background-color: #992576;
}
</style>
border-color css
<style>
span { border-color: #992576; }
span { border-color: rgb(153,37,118); }
td.TdClassName
{
border-color: #992576;
}
.TagClassName
{
border-color: #992576;
}
</style>