Shades of Dark Purple #9E2471
Tints of Dark Purple #9E2471
RGB
CMYK
RGB Variations
Color information
#9E2471 (or 0x9E2471) is known color: Dark Purple. HEX triplet: 9E, 24 and 71. RGB value is (158,36,113). Sum of RGB (Red+Green+Blue) = 158+36+113=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2471 is #61DB8E. Grayscale: #515151. Windows color (decimal): -6413199 or 7414942. OLE color: 7414942.
HSL color Cylindrical-coordinate representation of color #9E2471: hue angle of 322.13º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E2471 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 113 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.38 |
| HSL | 322.13º | 0.63% | 0.38% | - |
| HSV(B) | 322.13º | 0.77% | 0.62% | - |
| XYZ | 17.71 | 9.72 | 16.57 | - |
| YUV | 81.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 113 | 0 | 0.77 | 0.28 | 0.38 | 322.13 | 0.63 | 0.38 |
| Hex | 9E | 24 | 71 | 0 | 4D | 1C | 26 | 142 | 3F | 26 |
| Octal | 236 | 44 | 161 | 0 | 115 | 34 | 46 | 502 | 77 | 46 |
| Binary | 10011110 | 100100 | 1110001 | 0 | 1001101 | 11100 | 100110 | 101000010 | 111111 | 100110 |
Color Harmonies of #9E2471
Complementary color
Monochromatic Colors of #9E2471
Black with #9E2471
Text Example
Text Example
White with #9E2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2471; }
p { color: rgb(158,36,113); }
H1.HeaderClassName
{
color: #9E2471;
}
.AnyTagClassName
{
color: #9E2471;
}
</style>
background-color css
<style>
a { background-color: #9E2471; }
a { background-color: rgb(158,36,113); }
div.DivClassName
{
background-color: #9E2471;
}
.BgClassName
{
background-color: #9E2471;
}
</style>
border-color css
<style>
span { border-color: #9E2471; }
span { border-color: rgb(158,36,113); }
td.TdClassName
{
border-color: #9E2471;
}
.TagClassName
{
border-color: #9E2471;
}
</style>