Shades of Dark Purple #992884
Tints of Dark Purple #992884
RGB
CMYK
RGB Variations
Color information
#992884 (or 0x992884) is known color: Dark Purple. HEX triplet: 99, 28 and 84. RGB value is (153,40,132). Sum of RGB (Red+Green+Blue) = 153+40+132=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992884 is #66D77B. Grayscale: #545454. Windows color (decimal): -6739836 or 8661145. OLE color: 8661145.
HSL color Cylindrical-coordinate representation of color #992884: hue angle of 311.15º 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 #992884 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 132 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.4 |
| HSL | 311.15º | 0.59% | 0.38% | - |
| HSV(B) | 311.15º | 0.74% | 0.6% | - |
| XYZ | 18.06 | 9.96 | 22.8 | - |
| YUV | 84.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 132 | 0 | 0.74 | 0.14 | 0.4 | 311.15 | 0.59 | 0.38 |
| Hex | 99 | 28 | 84 | 0 | 4A | E | 28 | 137 | 3B | 26 |
| Octal | 231 | 50 | 204 | 0 | 112 | 16 | 50 | 467 | 73 | 46 |
| Binary | 10011001 | 101000 | 10000100 | 0 | 1001010 | 1110 | 101000 | 100110111 | 111011 | 100110 |
Color Harmonies of #992884
Complementary color
Monochromatic Colors of #992884
Black with #992884
Text Example
Text Example
White with #992884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992884; }
p { color: rgb(153,40,132); }
H1.HeaderClassName
{
color: #992884;
}
.AnyTagClassName
{
color: #992884;
}
</style>
background-color css
<style>
a { background-color: #992884; }
a { background-color: rgb(153,40,132); }
div.DivClassName
{
background-color: #992884;
}
.BgClassName
{
background-color: #992884;
}
</style>
border-color css
<style>
span { border-color: #992884; }
span { border-color: rgb(153,40,132); }
td.TdClassName
{
border-color: #992884;
}
.TagClassName
{
border-color: #992884;
}
</style>