Shades of Dark Purple #992A70
Tints of Dark Purple #992A70
RGB
CMYK
RGB Variations
Color information
#992A70 (or 0x992A70) is known color: Dark Purple. HEX triplet: 99, 2A and 70. RGB value is (153,42,112). Sum of RGB (Red+Green+Blue) = 153+42+112=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A70 is #66D58F. Grayscale: #535353. Windows color (decimal): -6739344 or 7350937. OLE color: 7350937.
HSL color Cylindrical-coordinate representation of color #992A70: hue angle of 322.16º 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 #992A70 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 42 | 112 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.4 |
| HSL | 322.16º | 0.57% | 0.38% | - |
| HSV(B) | 322.16º | 0.73% | 0.6% | - |
| XYZ | 16.89 | 9.6 | 16.29 | - |
| YUV | 83.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 42 | 112 | 0 | 0.73 | 0.27 | 0.4 | 322.16 | 0.57 | 0.38 |
| Hex | 99 | 2A | 70 | 0 | 49 | 1B | 28 | 142 | 39 | 26 |
| Octal | 231 | 52 | 160 | 0 | 111 | 33 | 50 | 502 | 71 | 46 |
| Binary | 10011001 | 101010 | 1110000 | 0 | 1001001 | 11011 | 101000 | 101000010 | 111001 | 100110 |
Color Harmonies of #992A70
Complementary color
Monochromatic Colors of #992A70
Black with #992A70
Text Example
Text Example
White with #992A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992A70; }
p { color: rgb(153,42,112); }
H1.HeaderClassName
{
color: #992A70;
}
.AnyTagClassName
{
color: #992A70;
}
</style>
background-color css
<style>
a { background-color: #992A70; }
a { background-color: rgb(153,42,112); }
div.DivClassName
{
background-color: #992A70;
}
.BgClassName
{
background-color: #992A70;
}
</style>
border-color css
<style>
span { border-color: #992A70; }
span { border-color: rgb(153,42,112); }
td.TdClassName
{
border-color: #992A70;
}
.TagClassName
{
border-color: #992A70;
}
</style>