Shades of Dark Purple #9E2A7F
Tints of Dark Purple #9E2A7F
RGB
CMYK
RGB Variations
Color information
#9E2A7F (or 0x9E2A7F) is known color: Dark Purple. HEX triplet: 9E, 2A and 7F. RGB value is (158,42,127). Sum of RGB (Red+Green+Blue) = 158+42+127=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2A7F is #61D580. Grayscale: #565656. Windows color (decimal): -6411649 or 8333982. OLE color: 8333982.
HSL color Cylindrical-coordinate representation of color #9E2A7F: hue angle of 316.03º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E2A7F is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 127 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.38 |
| HSL | 316.03º | 0.58% | 0.39% | - |
| HSV(B) | 316.03º | 0.73% | 0.62% | - |
| XYZ | 18.76 | 10.46 | 21.11 | - |
| YUV | 86.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 127 | 0 | 0.73 | 0.20 | 0.38 | 316.03 | 0.58 | 0.39 |
| Hex | 9E | 2A | 7F | 0 | 49 | 14 | 26 | 13C | 3A | 27 |
| Octal | 236 | 52 | 177 | 0 | 111 | 24 | 46 | 474 | 72 | 47 |
| Binary | 10011110 | 101010 | 1111111 | 0 | 1001001 | 10100 | 100110 | 100111100 | 111010 | 100111 |
Color Harmonies of #9E2A7F
Complementary color
Monochromatic Colors of #9E2A7F
Black with #9E2A7F
Text Example
Text Example
White with #9E2A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A7F; }
p { color: rgb(158,42,127); }
H1.HeaderClassName
{
color: #9E2A7F;
}
.AnyTagClassName
{
color: #9E2A7F;
}
</style>
background-color css
<style>
a { background-color: #9E2A7F; }
a { background-color: rgb(158,42,127); }
div.DivClassName
{
background-color: #9E2A7F;
}
.BgClassName
{
background-color: #9E2A7F;
}
</style>
border-color css
<style>
span { border-color: #9E2A7F; }
span { border-color: rgb(158,42,127); }
td.TdClassName
{
border-color: #9E2A7F;
}
.TagClassName
{
border-color: #9E2A7F;
}
</style>