Shades of Dark Purple #992089
Tints of Dark Purple #992089
RGB
CMYK
RGB Variations
Color information
#992089 (or 0x992089) is known color: Dark Purple. HEX triplet: 99, 20 and 89. RGB value is (153,32,137). Sum of RGB (Red+Green+Blue) = 153+32+137=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #992089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992089 is #66DF76. Grayscale: #4F4F4F. Windows color (decimal): -6741879 or 8986777. OLE color: 8986777.
HSL color Cylindrical-coordinate representation of color #992089: hue angle of 307.93º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992089 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 32 | 137 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.4 |
| HSL | 307.93º | 0.65% | 0.36% | - |
| HSV(B) | 307.93º | 0.79% | 0.6% | - |
| XYZ | 18.17 | 9.61 | 24.56 | - |
| YUV | 80.15 | 160.09 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 32 | 137 | 0 | 0.79 | 0.10 | 0.4 | 307.93 | 0.65 | 0.36 |
| Hex | 99 | 20 | 89 | 0 | 4F | A | 28 | 134 | 41 | 24 |
| Octal | 231 | 40 | 211 | 0 | 117 | 12 | 50 | 464 | 101 | 44 |
| Binary | 10011001 | 100000 | 10001001 | 0 | 1001111 | 1010 | 101000 | 100110100 | 1000001 | 100100 |
Color Harmonies of #992089
Complementary color
Monochromatic Colors of #992089
Black with #992089
Text Example
Text Example
White with #992089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992089; }
p { color: rgb(153,32,137); }
H1.HeaderClassName
{
color: #992089;
}
.AnyTagClassName
{
color: #992089;
}
</style>
background-color css
<style>
a { background-color: #992089; }
a { background-color: rgb(153,32,137); }
div.DivClassName
{
background-color: #992089;
}
.BgClassName
{
background-color: #992089;
}
</style>
border-color css
<style>
span { border-color: #992089; }
span { border-color: rgb(153,32,137); }
td.TdClassName
{
border-color: #992089;
}
.TagClassName
{
border-color: #992089;
}
</style>