Shades of Dark Purple #992A79
Tints of Dark Purple #992A79
RGB
CMYK
RGB Variations
Color information
#992A79 (or 0x992A79) is known color: Dark Purple. HEX triplet: 99, 2A and 79. RGB value is (153,42,121). Sum of RGB (Red+Green+Blue) = 153+42+121=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A79 is #66D586. Grayscale: #535353. Windows color (decimal): -6739335 or 7940761. OLE color: 7940761.
HSL color Cylindrical-coordinate representation of color #992A79: hue angle of 317.3º 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 #992A79 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 121 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.4 |
| HSL | 317.3º | 0.57% | 0.38% | - |
| HSV(B) | 317.3º | 0.73% | 0.6% | - |
| XYZ | 17.42 | 9.81 | 19.06 | - |
| YUV | 84.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 121 | 0 | 0.73 | 0.21 | 0.4 | 317.3 | 0.57 | 0.38 |
| Hex | 99 | 2A | 79 | 0 | 49 | 15 | 28 | 13D | 39 | 26 |
| Octal | 231 | 52 | 171 | 0 | 111 | 25 | 50 | 475 | 71 | 46 |
| Binary | 10011001 | 101010 | 1111001 | 0 | 1001001 | 10101 | 101000 | 100111101 | 111001 | 100110 |
Color Harmonies of #992A79
Complementary color
Monochromatic Colors of #992A79
Black with #992A79
Text Example
Text Example
White with #992A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A79; }
p { color: rgb(153,42,121); }
H1.HeaderClassName
{
color: #992A79;
}
.AnyTagClassName
{
color: #992A79;
}
</style>
background-color css
<style>
a { background-color: #992A79; }
a { background-color: rgb(153,42,121); }
div.DivClassName
{
background-color: #992A79;
}
.BgClassName
{
background-color: #992A79;
}
</style>
border-color css
<style>
span { border-color: #992A79; }
span { border-color: rgb(153,42,121); }
td.TdClassName
{
border-color: #992A79;
}
.TagClassName
{
border-color: #992A79;
}
</style>