Shades of Dark Purple #992E86
Tints of Dark Purple #992E86
RGB
CMYK
RGB Variations
Color information
#992E86 (or 0x992E86) is known color: Dark Purple. HEX triplet: 99, 2E and 86. RGB value is (153,46,134). Sum of RGB (Red+Green+Blue) = 153+46+134=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #992E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E86 is #66D179. Grayscale: #575757. Windows color (decimal): -6738298 or 8793753. OLE color: 8793753.
HSL color Cylindrical-coordinate representation of color #992E86: hue angle of 310.65º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #992E86 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 134 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.4 |
| HSL | 310.65º | 0.54% | 0.39% | - |
| HSV(B) | 310.65º | 0.7% | 0.6% | - |
| XYZ | 18.42 | 10.45 | 23.6 | - |
| YUV | 88.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 134 | 0 | 0.70 | 0.12 | 0.4 | 310.65 | 0.54 | 0.39 |
| Hex | 99 | 2E | 86 | 0 | 46 | C | 28 | 137 | 36 | 27 |
| Octal | 231 | 56 | 206 | 0 | 106 | 14 | 50 | 467 | 66 | 47 |
| Binary | 10011001 | 101110 | 10000110 | 0 | 1000110 | 1100 | 101000 | 100110111 | 110110 | 100111 |
Color Harmonies of #992E86
Complementary color
Monochromatic Colors of #992E86
Black with #992E86
Text Example
Text Example
White with #992E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E86; }
p { color: rgb(153,46,134); }
H1.HeaderClassName
{
color: #992E86;
}
.AnyTagClassName
{
color: #992E86;
}
</style>
background-color css
<style>
a { background-color: #992E86; }
a { background-color: rgb(153,46,134); }
div.DivClassName
{
background-color: #992E86;
}
.BgClassName
{
background-color: #992E86;
}
</style>
border-color css
<style>
span { border-color: #992E86; }
span { border-color: rgb(153,46,134); }
td.TdClassName
{
border-color: #992E86;
}
.TagClassName
{
border-color: #992E86;
}
</style>