Shades of Dark Purple #992E82
Tints of Dark Purple #992E82
RGB
CMYK
RGB Variations
Color information
#992E82 (or 0x992E82) is known color: Dark Purple. HEX triplet: 99, 2E and 82. RGB value is (153,46,130). Sum of RGB (Red+Green+Blue) = 153+46+130=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #992E82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992E82 is #66D17D. Grayscale: #575757. Windows color (decimal): -6738302 or 8531609. OLE color: 8531609.
HSL color Cylindrical-coordinate representation of color #992E82: hue angle of 312.9º 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 #992E82 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 46 | 130 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.4 |
| HSL | 312.9º | 0.54% | 0.39% | - |
| HSV(B) | 312.9º | 0.7% | 0.6% | - |
| XYZ | 18.14 | 10.34 | 22.16 | - |
| YUV | 87.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 46 | 130 | 0 | 0.70 | 0.15 | 0.4 | 312.9 | 0.54 | 0.39 |
| Hex | 99 | 2E | 82 | 0 | 46 | F | 28 | 139 | 36 | 27 |
| Octal | 231 | 56 | 202 | 0 | 106 | 17 | 50 | 471 | 66 | 47 |
| Binary | 10011001 | 101110 | 10000010 | 0 | 1000110 | 1111 | 101000 | 100111001 | 110110 | 100111 |
Color Harmonies of #992E82
Complementary color
Monochromatic Colors of #992E82
Black with #992E82
Text Example
Text Example
White with #992E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992E82; }
p { color: rgb(153,46,130); }
H1.HeaderClassName
{
color: #992E82;
}
.AnyTagClassName
{
color: #992E82;
}
</style>
background-color css
<style>
a { background-color: #992E82; }
a { background-color: rgb(153,46,130); }
div.DivClassName
{
background-color: #992E82;
}
.BgClassName
{
background-color: #992E82;
}
</style>
border-color css
<style>
span { border-color: #992E82; }
span { border-color: rgb(153,46,130); }
td.TdClassName
{
border-color: #992E82;
}
.TagClassName
{
border-color: #992E82;
}
</style>