Shades of Dark Purple #992F89
Tints of Dark Purple #992F89
RGB
CMYK
RGB Variations
Color information
#992F89 (or 0x992F89) is known color: Dark Purple. HEX triplet: 99, 2F and 89. RGB value is (153,47,137). Sum of RGB (Red+Green+Blue) = 153+47+137=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #992F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992F89 is #66D076. Grayscale: #585858. Windows color (decimal): -6738039 or 8990617. OLE color: 8990617.
HSL color Cylindrical-coordinate representation of color #992F89: hue angle of 309.06º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #992F89 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 47 | 137 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.4 |
| HSL | 309.06º | 0.53% | 0.39% | - |
| HSV(B) | 309.06º | 0.69% | 0.6% | - |
| XYZ | 18.67 | 10.61 | 24.73 | - |
| YUV | 88.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 137 | 0 | 0.69 | 0.10 | 0.4 | 309.06 | 0.53 | 0.39 |
| Hex | 99 | 2F | 89 | 0 | 45 | A | 28 | 135 | 35 | 27 |
| Octal | 231 | 57 | 211 | 0 | 105 | 12 | 50 | 465 | 65 | 47 |
| Binary | 10011001 | 101111 | 10001001 | 0 | 1000101 | 1010 | 101000 | 100110101 | 110101 | 100111 |
Color Harmonies of #992F89
Complementary color
Monochromatic Colors of #992F89
Black with #992F89
Text Example
Text Example
White with #992F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992F89; }
p { color: rgb(153,47,137); }
H1.HeaderClassName
{
color: #992F89;
}
.AnyTagClassName
{
color: #992F89;
}
</style>
background-color css
<style>
a { background-color: #992F89; }
a { background-color: rgb(153,47,137); }
div.DivClassName
{
background-color: #992F89;
}
.BgClassName
{
background-color: #992F89;
}
</style>
border-color css
<style>
span { border-color: #992F89; }
span { border-color: rgb(153,47,137); }
td.TdClassName
{
border-color: #992F89;
}
.TagClassName
{
border-color: #992F89;
}
</style>