Shades of Dark Purple #992A82
Tints of Dark Purple #992A82
RGB
CMYK
RGB Variations
Color information
#992A82 (or 0x992A82) is known color: Dark Purple. HEX triplet: 99, 2A and 82. RGB value is (153,42,130). Sum of RGB (Red+Green+Blue) = 153+42+130=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A82 is #66D57D. Grayscale: #545454. Windows color (decimal): -6739326 or 8530585. OLE color: 8530585.
HSL color Cylindrical-coordinate representation of color #992A82: hue angle of 312.43º 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 #992A82 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 130 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.4 |
| HSL | 312.43º | 0.57% | 0.38% | - |
| HSV(B) | 312.43º | 0.73% | 0.6% | - |
| XYZ | 17.99 | 10.04 | 22.11 | - |
| YUV | 85.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 130 | 0 | 0.73 | 0.15 | 0.4 | 312.43 | 0.57 | 0.38 |
| Hex | 99 | 2A | 82 | 0 | 49 | F | 28 | 138 | 39 | 26 |
| Octal | 231 | 52 | 202 | 0 | 111 | 17 | 50 | 470 | 71 | 46 |
| Binary | 10011001 | 101010 | 10000010 | 0 | 1001001 | 1111 | 101000 | 100111000 | 111001 | 100110 |
Color Harmonies of #992A82
Complementary color
Monochromatic Colors of #992A82
Black with #992A82
Text Example
Text Example
White with #992A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A82; }
p { color: rgb(153,42,130); }
H1.HeaderClassName
{
color: #992A82;
}
.AnyTagClassName
{
color: #992A82;
}
</style>
background-color css
<style>
a { background-color: #992A82; }
a { background-color: rgb(153,42,130); }
div.DivClassName
{
background-color: #992A82;
}
.BgClassName
{
background-color: #992A82;
}
</style>
border-color css
<style>
span { border-color: #992A82; }
span { border-color: rgb(153,42,130); }
td.TdClassName
{
border-color: #992A82;
}
.TagClassName
{
border-color: #992A82;
}
</style>