Shades of Dark Purple #992870
Tints of Dark Purple #992870
RGB
CMYK
RGB Variations
Color information
#992870 (or 0x992870) is known color: Dark Purple. HEX triplet: 99, 28 and 70. RGB value is (153,40,112). Sum of RGB (Red+Green+Blue) = 153+40+112=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992870 is #66D78F. Grayscale: #515151. Windows color (decimal): -6739856 or 7350425. OLE color: 7350425.
HSL color Cylindrical-coordinate representation of color #992870: hue angle of 321.77º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992870 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 112 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.4 |
| HSL | 321.77º | 0.59% | 0.38% | - |
| HSV(B) | 321.77º | 0.74% | 0.6% | - |
| XYZ | 16.82 | 9.46 | 16.27 | - |
| YUV | 82 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 112 | 0 | 0.74 | 0.27 | 0.4 | 321.77 | 0.59 | 0.38 |
| Hex | 99 | 28 | 70 | 0 | 4A | 1B | 28 | 142 | 3B | 26 |
| Octal | 231 | 50 | 160 | 0 | 112 | 33 | 50 | 502 | 73 | 46 |
| Binary | 10011001 | 101000 | 1110000 | 0 | 1001010 | 11011 | 101000 | 101000010 | 111011 | 100110 |
Color Harmonies of #992870
Complementary color
Monochromatic Colors of #992870
Black with #992870
Text Example
Text Example
White with #992870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992870; }
p { color: rgb(153,40,112); }
H1.HeaderClassName
{
color: #992870;
}
.AnyTagClassName
{
color: #992870;
}
</style>
background-color css
<style>
a { background-color: #992870; }
a { background-color: rgb(153,40,112); }
div.DivClassName
{
background-color: #992870;
}
.BgClassName
{
background-color: #992870;
}
</style>
border-color css
<style>
span { border-color: #992870; }
span { border-color: rgb(153,40,112); }
td.TdClassName
{
border-color: #992870;
}
.TagClassName
{
border-color: #992870;
}
</style>