Shades of Dark Purple #992C8C
Tints of Dark Purple #992C8C
RGB
CMYK
RGB Variations
Color information
#992C8C (or 0x992C8C) is known color: Dark Purple. HEX triplet: 99, 2C and 8C. RGB value is (153,44,140). Sum of RGB (Red+Green+Blue) = 153+44+140=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992C8C is #66D373. Grayscale: #575757. Windows color (decimal): -6738804 or 9186457. OLE color: 9186457.
HSL color Cylindrical-coordinate representation of color #992C8C: hue angle of 307.16º 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 #992C8C is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 44 | 140 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.4 |
| HSL | 307.16º | 0.55% | 0.39% | - |
| HSV(B) | 307.16º | 0.71% | 0.6% | - |
| XYZ | 18.77 | 10.47 | 25.84 | - |
| YUV | 87.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 44 | 140 | 0 | 0.71 | 0.08 | 0.4 | 307.16 | 0.55 | 0.39 |
| Hex | 99 | 2C | 8C | 0 | 47 | 8 | 28 | 133 | 37 | 27 |
| Octal | 231 | 54 | 214 | 0 | 107 | 10 | 50 | 463 | 67 | 47 |
| Binary | 10011001 | 101100 | 10001100 | 0 | 1000111 | 1000 | 101000 | 100110011 | 110111 | 100111 |
Color Harmonies of #992C8C
Complementary color
Monochromatic Colors of #992C8C
Black with #992C8C
Text Example
Text Example
White with #992C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992C8C; }
p { color: rgb(153,44,140); }
H1.HeaderClassName
{
color: #992C8C;
}
.AnyTagClassName
{
color: #992C8C;
}
</style>
background-color css
<style>
a { background-color: #992C8C; }
a { background-color: rgb(153,44,140); }
div.DivClassName
{
background-color: #992C8C;
}
.BgClassName
{
background-color: #992C8C;
}
</style>
border-color css
<style>
span { border-color: #992C8C; }
span { border-color: rgb(153,44,140); }
td.TdClassName
{
border-color: #992C8C;
}
.TagClassName
{
border-color: #992C8C;
}
</style>