Shades of Dark Purple #9E2D8D
Tints of Dark Purple #9E2D8D
RGB
CMYK
RGB Variations
Color information
#9E2D8D (or 0x9E2D8D) is known color: Dark Purple. HEX triplet: 9E, 2D and 8D. RGB value is (158,45,141). Sum of RGB (Red+Green+Blue) = 158+45+141=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2D8D is #61D272. Grayscale: #595959. Windows color (decimal): -6410867 or 9252254. OLE color: 9252254.
HSL color Cylindrical-coordinate representation of color #9E2D8D: hue angle of 309.03º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E2D8D is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 141 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.38 |
| HSL | 309.03º | 0.56% | 0.4% | - |
| HSV(B) | 309.03º | 0.72% | 0.62% | - |
| XYZ | 19.85 | 11.07 | 26.29 | - |
| YUV | 89.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 141 | 0 | 0.72 | 0.11 | 0.38 | 309.03 | 0.56 | 0.4 |
| Hex | 9E | 2D | 8D | 0 | 48 | B | 26 | 135 | 38 | 28 |
| Octal | 236 | 55 | 215 | 0 | 110 | 13 | 46 | 465 | 70 | 50 |
| Binary | 10011110 | 101101 | 10001101 | 0 | 1001000 | 1011 | 100110 | 100110101 | 111000 | 101000 |
Color Harmonies of #9E2D8D
Complementary color
Monochromatic Colors of #9E2D8D
Black with #9E2D8D
Text Example
Text Example
White with #9E2D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D8D; }
p { color: rgb(158,45,141); }
H1.HeaderClassName
{
color: #9E2D8D;
}
.AnyTagClassName
{
color: #9E2D8D;
}
</style>
background-color css
<style>
a { background-color: #9E2D8D; }
a { background-color: rgb(158,45,141); }
div.DivClassName
{
background-color: #9E2D8D;
}
.BgClassName
{
background-color: #9E2D8D;
}
</style>
border-color css
<style>
span { border-color: #9E2D8D; }
span { border-color: rgb(158,45,141); }
td.TdClassName
{
border-color: #9E2D8D;
}
.TagClassName
{
border-color: #9E2D8D;
}
</style>