Shades of Dark Purple #992A83
Tints of Dark Purple #992A83
RGB
CMYK
RGB Variations
Color information
#992A83 (or 0x992A83) is known color: Dark Purple. HEX triplet: 99, 2A and 83. RGB value is (153,42,131). Sum of RGB (Red+Green+Blue) = 153+42+131=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #992A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A83 is #66D57C. Grayscale: #555555. Windows color (decimal): -6739325 or 8596121. OLE color: 8596121.
HSL color Cylindrical-coordinate representation of color #992A83: hue angle of 311.89º 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 #992A83 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 131 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.4 |
| HSL | 311.89º | 0.57% | 0.38% | - |
| HSV(B) | 311.89º | 0.73% | 0.6% | - |
| XYZ | 18.06 | 10.07 | 22.46 | - |
| YUV | 85.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 131 | 0 | 0.73 | 0.14 | 0.4 | 311.89 | 0.57 | 0.38 |
| Hex | 99 | 2A | 83 | 0 | 49 | E | 28 | 138 | 39 | 26 |
| Octal | 231 | 52 | 203 | 0 | 111 | 16 | 50 | 470 | 71 | 46 |
| Binary | 10011001 | 101010 | 10000011 | 0 | 1001001 | 1110 | 101000 | 100111000 | 111001 | 100110 |
Color Harmonies of #992A83
Complementary color
Monochromatic Colors of #992A83
Black with #992A83
Text Example
Text Example
White with #992A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A83; }
p { color: rgb(153,42,131); }
H1.HeaderClassName
{
color: #992A83;
}
.AnyTagClassName
{
color: #992A83;
}
</style>
background-color css
<style>
a { background-color: #992A83; }
a { background-color: rgb(153,42,131); }
div.DivClassName
{
background-color: #992A83;
}
.BgClassName
{
background-color: #992A83;
}
</style>
border-color css
<style>
span { border-color: #992A83; }
span { border-color: rgb(153,42,131); }
td.TdClassName
{
border-color: #992A83;
}
.TagClassName
{
border-color: #992A83;
}
</style>