Shades of Dark Purple #992289
Tints of Dark Purple #992289
RGB
CMYK
RGB Variations
Color information
#992289 (or 0x992289) is known color: Dark Purple. HEX triplet: 99, 22 and 89. RGB value is (153,34,137). Sum of RGB (Red+Green+Blue) = 153+34+137=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #992289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992289 is #66DD76. Grayscale: #515151. Windows color (decimal): -6741367 or 8987289. OLE color: 8987289.
HSL color Cylindrical-coordinate representation of color #992289: hue angle of 308.07º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992289 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 137 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.4 |
| HSL | 308.07º | 0.64% | 0.37% | - |
| HSV(B) | 308.07º | 0.78% | 0.6% | - |
| XYZ | 18.22 | 9.72 | 24.58 | - |
| YUV | 81.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 137 | 0 | 0.78 | 0.10 | 0.4 | 308.07 | 0.64 | 0.37 |
| Hex | 99 | 22 | 89 | 0 | 4E | A | 28 | 134 | 40 | 25 |
| Octal | 231 | 42 | 211 | 0 | 116 | 12 | 50 | 464 | 100 | 45 |
| Binary | 10011001 | 100010 | 10001001 | 0 | 1001110 | 1010 | 101000 | 100110100 | 1000000 | 100101 |
Color Harmonies of #992289
Complementary color
Monochromatic Colors of #992289
Black with #992289
Text Example
Text Example
White with #992289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992289; }
p { color: rgb(153,34,137); }
H1.HeaderClassName
{
color: #992289;
}
.AnyTagClassName
{
color: #992289;
}
</style>
background-color css
<style>
a { background-color: #992289; }
a { background-color: rgb(153,34,137); }
div.DivClassName
{
background-color: #992289;
}
.BgClassName
{
background-color: #992289;
}
</style>
border-color css
<style>
span { border-color: #992289; }
span { border-color: rgb(153,34,137); }
td.TdClassName
{
border-color: #992289;
}
.TagClassName
{
border-color: #992289;
}
</style>