Shades of Dark Purple #992189
Tints of Dark Purple #992189
RGB
CMYK
RGB Variations
Color information
#992189 (or 0x992189) is known color: Dark Purple. HEX triplet: 99, 21 and 89. RGB value is (153,33,137). Sum of RGB (Red+Green+Blue) = 153+33+137=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992189 is #66DE76. Grayscale: #505050. Windows color (decimal): -6741623 or 8987033. OLE color: 8987033.
HSL color Cylindrical-coordinate representation of color #992189: hue angle of 308º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992189 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 137 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.4 |
| HSL | 308º | 0.65% | 0.36% | - |
| HSV(B) | 308º | 0.78% | 0.6% | - |
| XYZ | 18.2 | 9.67 | 24.57 | - |
| YUV | 80.74 | 159.76 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 137 | 0 | 0.78 | 0.10 | 0.4 | 308 | 0.65 | 0.36 |
| Hex | 99 | 21 | 89 | 0 | 4E | A | 28 | 134 | 41 | 24 |
| Octal | 231 | 41 | 211 | 0 | 116 | 12 | 50 | 464 | 101 | 44 |
| Binary | 10011001 | 100001 | 10001001 | 0 | 1001110 | 1010 | 101000 | 100110100 | 1000001 | 100100 |
Color Harmonies of #992189
Complementary color
Monochromatic Colors of #992189
Black with #992189
Text Example
Text Example
White with #992189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992189; }
p { color: rgb(153,33,137); }
H1.HeaderClassName
{
color: #992189;
}
.AnyTagClassName
{
color: #992189;
}
</style>
background-color css
<style>
a { background-color: #992189; }
a { background-color: rgb(153,33,137); }
div.DivClassName
{
background-color: #992189;
}
.BgClassName
{
background-color: #992189;
}
</style>
border-color css
<style>
span { border-color: #992189; }
span { border-color: rgb(153,33,137); }
td.TdClassName
{
border-color: #992189;
}
.TagClassName
{
border-color: #992189;
}
</style>