Shades of Dark Purple #992888
Tints of Dark Purple #992888
RGB
CMYK
RGB Variations
Color information
#992888 (or 0x992888) is known color: Dark Purple. HEX triplet: 99, 28 and 88. RGB value is (153,40,136). Sum of RGB (Red+Green+Blue) = 153+40+136=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #992888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992888 is #66D777. Grayscale: #545454. Windows color (decimal): -6739832 or 8923289. OLE color: 8923289.
HSL color Cylindrical-coordinate representation of color #992888: hue angle of 309.03º 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 #992888 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 136 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.4 |
| HSL | 309.03º | 0.59% | 0.38% | - |
| HSV(B) | 309.03º | 0.74% | 0.6% | - |
| XYZ | 18.34 | 10.07 | 24.27 | - |
| YUV | 84.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 136 | 0 | 0.74 | 0.11 | 0.4 | 309.03 | 0.59 | 0.38 |
| Hex | 99 | 28 | 88 | 0 | 4A | B | 28 | 135 | 3B | 26 |
| Octal | 231 | 50 | 210 | 0 | 112 | 13 | 50 | 465 | 73 | 46 |
| Binary | 10011001 | 101000 | 10001000 | 0 | 1001010 | 1011 | 101000 | 100110101 | 111011 | 100110 |
Color Harmonies of #992888
Complementary color
Monochromatic Colors of #992888
Black with #992888
Text Example
Text Example
White with #992888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992888; }
p { color: rgb(153,40,136); }
H1.HeaderClassName
{
color: #992888;
}
.AnyTagClassName
{
color: #992888;
}
</style>
background-color css
<style>
a { background-color: #992888; }
a { background-color: rgb(153,40,136); }
div.DivClassName
{
background-color: #992888;
}
.BgClassName
{
background-color: #992888;
}
</style>
border-color css
<style>
span { border-color: #992888; }
span { border-color: rgb(153,40,136); }
td.TdClassName
{
border-color: #992888;
}
.TagClassName
{
border-color: #992888;
}
</style>