Shades of Dark Purple #9E2D76
Tints of Dark Purple #9E2D76
RGB
CMYK
RGB Variations
Color information
#9E2D76 (or 0x9E2D76) is known color: Dark Purple. HEX triplet: 9E, 2D and 76. RGB value is (158,45,118). Sum of RGB (Red+Green+Blue) = 158+45+118=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2D76 is #61D289. Grayscale: #565656. Windows color (decimal): -6410890 or 7744926. OLE color: 7744926.
HSL color Cylindrical-coordinate representation of color #9E2D76: hue angle of 321.24º 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 #9E2D76 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 45 | 118 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.38 |
| HSL | 321.24º | 0.56% | 0.4% | - |
| HSV(B) | 321.24º | 0.72% | 0.62% | - |
| XYZ | 18.31 | 10.45 | 18.19 | - |
| YUV | 87.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 45 | 118 | 0 | 0.72 | 0.25 | 0.38 | 321.24 | 0.56 | 0.4 |
| Hex | 9E | 2D | 76 | 0 | 48 | 19 | 26 | 141 | 38 | 28 |
| Octal | 236 | 55 | 166 | 0 | 110 | 31 | 46 | 501 | 70 | 50 |
| Binary | 10011110 | 101101 | 1110110 | 0 | 1001000 | 11001 | 100110 | 101000001 | 111000 | 101000 |
Color Harmonies of #9E2D76
Complementary color
Monochromatic Colors of #9E2D76
Black with #9E2D76
Text Example
Text Example
White with #9E2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2D76; }
p { color: rgb(158,45,118); }
H1.HeaderClassName
{
color: #9E2D76;
}
.AnyTagClassName
{
color: #9E2D76;
}
</style>
background-color css
<style>
a { background-color: #9E2D76; }
a { background-color: rgb(158,45,118); }
div.DivClassName
{
background-color: #9E2D76;
}
.BgClassName
{
background-color: #9E2D76;
}
</style>
border-color css
<style>
span { border-color: #9E2D76; }
span { border-color: rgb(158,45,118); }
td.TdClassName
{
border-color: #9E2D76;
}
.TagClassName
{
border-color: #9E2D76;
}
</style>