Shades of Dark Purple #992F72
Tints of Dark Purple #992F72
RGB
CMYK
RGB Variations
Color information
#992F72 (or 0x992F72) is known color: Dark Purple. HEX triplet: 99, 2F and 72. RGB value is (153,47,114). Sum of RGB (Red+Green+Blue) = 153+47+114=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #992F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992F72 is #66D08D. Grayscale: #565656. Windows color (decimal): -6738062 or 7483289. OLE color: 7483289.
HSL color Cylindrical-coordinate representation of color #992F72: hue angle of 322.08º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F72 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 114 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.4 |
| HSL | 322.08º | 0.53% | 0.39% | - |
| HSV(B) | 322.08º | 0.69% | 0.6% | - |
| XYZ | 17.19 | 10.02 | 16.95 | - |
| YUV | 86.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 114 | 0 | 0.69 | 0.25 | 0.4 | 322.08 | 0.53 | 0.39 |
| Hex | 99 | 2F | 72 | 0 | 45 | 19 | 28 | 142 | 35 | 27 |
| Octal | 231 | 57 | 162 | 0 | 105 | 31 | 50 | 502 | 65 | 47 |
| Binary | 10011001 | 101111 | 1110010 | 0 | 1000101 | 11001 | 101000 | 101000010 | 110101 | 100111 |
Color Harmonies of #992F72
Complementary color
Monochromatic Colors of #992F72
Black with #992F72
Text Example
Text Example
White with #992F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F72; }
p { color: rgb(153,47,114); }
H1.HeaderClassName
{
color: #992F72;
}
.AnyTagClassName
{
color: #992F72;
}
</style>
background-color css
<style>
a { background-color: #992F72; }
a { background-color: rgb(153,47,114); }
div.DivClassName
{
background-color: #992F72;
}
.BgClassName
{
background-color: #992F72;
}
</style>
border-color css
<style>
span { border-color: #992F72; }
span { border-color: rgb(153,47,114); }
td.TdClassName
{
border-color: #992F72;
}
.TagClassName
{
border-color: #992F72;
}
</style>