Shades of Dark Purple #992D7C
Tints of Dark Purple #992D7C
RGB
CMYK
RGB Variations
Color information
#992D7C (or 0x992D7C) is known color: Dark Purple. HEX triplet: 99, 2D and 7C. RGB value is (153,45,124). Sum of RGB (Red+Green+Blue) = 153+45+124=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992D7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D7C is #66D283. Grayscale: #565656. Windows color (decimal): -6738564 or 8138137. OLE color: 8138137.
HSL color Cylindrical-coordinate representation of color #992D7C: hue angle of 316.11º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D7C is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 124 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.4 |
| HSL | 316.11º | 0.55% | 0.39% | - |
| HSV(B) | 316.11º | 0.71% | 0.6% | - |
| XYZ | 17.71 | 10.1 | 20.09 | - |
| YUV | 86.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 124 | 0 | 0.71 | 0.19 | 0.4 | 316.11 | 0.55 | 0.39 |
| Hex | 99 | 2D | 7C | 0 | 47 | 13 | 28 | 13C | 37 | 27 |
| Octal | 231 | 55 | 174 | 0 | 107 | 23 | 50 | 474 | 67 | 47 |
| Binary | 10011001 | 101101 | 1111100 | 0 | 1000111 | 10011 | 101000 | 100111100 | 110111 | 100111 |
Color Harmonies of #992D7C
Complementary color
Monochromatic Colors of #992D7C
Black with #992D7C
Text Example
Text Example
White with #992D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D7C; }
p { color: rgb(153,45,124); }
H1.HeaderClassName
{
color: #992D7C;
}
.AnyTagClassName
{
color: #992D7C;
}
</style>
background-color css
<style>
a { background-color: #992D7C; }
a { background-color: rgb(153,45,124); }
div.DivClassName
{
background-color: #992D7C;
}
.BgClassName
{
background-color: #992D7C;
}
</style>
border-color css
<style>
span { border-color: #992D7C; }
span { border-color: rgb(153,45,124); }
td.TdClassName
{
border-color: #992D7C;
}
.TagClassName
{
border-color: #992D7C;
}
</style>