Shades of Dark Purple #992B7C
Tints of Dark Purple #992B7C
RGB
CMYK
RGB Variations
Color information
#992B7C (or 0x992B7C) is known color: Dark Purple. HEX triplet: 99, 2B and 7C. RGB value is (153,43,124). Sum of RGB (Red+Green+Blue) = 153+43+124=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #992B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B7C is #66D483. Grayscale: #545454. Windows color (decimal): -6739076 or 8137625. OLE color: 8137625.
HSL color Cylindrical-coordinate representation of color #992B7C: hue angle of 315.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B7C is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 43 | 124 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.4 |
| HSL | 315.82º | 0.56% | 0.38% | - |
| HSV(B) | 315.82º | 0.72% | 0.6% | - |
| XYZ | 17.64 | 9.96 | 20.06 | - |
| YUV | 85.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 124 | 0 | 0.72 | 0.19 | 0.4 | 315.82 | 0.56 | 0.38 |
| Hex | 99 | 2B | 7C | 0 | 48 | 13 | 28 | 13C | 38 | 26 |
| Octal | 231 | 53 | 174 | 0 | 110 | 23 | 50 | 474 | 70 | 46 |
| Binary | 10011001 | 101011 | 1111100 | 0 | 1001000 | 10011 | 101000 | 100111100 | 111000 | 100110 |
Color Harmonies of #992B7C
Complementary color
Monochromatic Colors of #992B7C
Black with #992B7C
Text Example
Text Example
White with #992B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992B7C; }
p { color: rgb(153,43,124); }
H1.HeaderClassName
{
color: #992B7C;
}
.AnyTagClassName
{
color: #992B7C;
}
</style>
background-color css
<style>
a { background-color: #992B7C; }
a { background-color: rgb(153,43,124); }
div.DivClassName
{
background-color: #992B7C;
}
.BgClassName
{
background-color: #992B7C;
}
</style>
border-color css
<style>
span { border-color: #992B7C; }
span { border-color: rgb(153,43,124); }
td.TdClassName
{
border-color: #992B7C;
}
.TagClassName
{
border-color: #992B7C;
}
</style>