Shades of Dark Purple #992A76
Tints of Dark Purple #992A76
RGB
CMYK
RGB Variations
Color information
#992A76 (or 0x992A76) is known color: Dark Purple. HEX triplet: 99, 2A and 76. RGB value is (153,42,118). Sum of RGB (Red+Green+Blue) = 153+42+118=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #992A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A76 is #66D589. Grayscale: #535353. Windows color (decimal): -6739338 or 7744153. OLE color: 7744153.
HSL color Cylindrical-coordinate representation of color #992A76: hue angle of 318.92º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A76 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 118 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.4 |
| HSL | 318.92º | 0.57% | 0.38% | - |
| HSV(B) | 318.92º | 0.73% | 0.6% | - |
| XYZ | 17.23 | 9.74 | 18.11 | - |
| YUV | 83.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 118 | 0 | 0.73 | 0.23 | 0.4 | 318.92 | 0.57 | 0.38 |
| Hex | 99 | 2A | 76 | 0 | 49 | 17 | 28 | 13F | 39 | 26 |
| Octal | 231 | 52 | 166 | 0 | 111 | 27 | 50 | 477 | 71 | 46 |
| Binary | 10011001 | 101010 | 1110110 | 0 | 1001001 | 10111 | 101000 | 100111111 | 111001 | 100110 |
Color Harmonies of #992A76
Complementary color
Monochromatic Colors of #992A76
Black with #992A76
Text Example
Text Example
White with #992A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A76; }
p { color: rgb(153,42,118); }
H1.HeaderClassName
{
color: #992A76;
}
.AnyTagClassName
{
color: #992A76;
}
</style>
background-color css
<style>
a { background-color: #992A76; }
a { background-color: rgb(153,42,118); }
div.DivClassName
{
background-color: #992A76;
}
.BgClassName
{
background-color: #992A76;
}
</style>
border-color css
<style>
span { border-color: #992A76; }
span { border-color: rgb(153,42,118); }
td.TdClassName
{
border-color: #992A76;
}
.TagClassName
{
border-color: #992A76;
}
</style>