Shades of Dark Purple #9E2A75
Tints of Dark Purple #9E2A75
RGB
CMYK
RGB Variations
Color information
#9E2A75 (or 0x9E2A75) is known color: Dark Purple. HEX triplet: 9E, 2A and 75. RGB value is (158,42,117). Sum of RGB (Red+Green+Blue) = 158+42+117=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2A75 is #61D58A. Grayscale: #555555. Windows color (decimal): -6411659 or 7678622. OLE color: 7678622.
HSL color Cylindrical-coordinate representation of color #9E2A75: hue angle of 321.21º 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 #9E2A75 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 42 | 117 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.38 |
| HSL | 321.21º | 0.58% | 0.39% | - |
| HSV(B) | 321.21º | 0.73% | 0.62% | - |
| XYZ | 18.14 | 10.21 | 17.84 | - |
| YUV | 85.23 | 145.93 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 42 | 117 | 0 | 0.73 | 0.26 | 0.38 | 321.21 | 0.58 | 0.39 |
| Hex | 9E | 2A | 75 | 0 | 49 | 1A | 26 | 141 | 3A | 27 |
| Octal | 236 | 52 | 165 | 0 | 111 | 32 | 46 | 501 | 72 | 47 |
| Binary | 10011110 | 101010 | 1110101 | 0 | 1001001 | 11010 | 100110 | 101000001 | 111010 | 100111 |
Color Harmonies of #9E2A75
Complementary color
Monochromatic Colors of #9E2A75
Black with #9E2A75
Text Example
Text Example
White with #9E2A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2A75; }
p { color: rgb(158,42,117); }
H1.HeaderClassName
{
color: #9E2A75;
}
.AnyTagClassName
{
color: #9E2A75;
}
</style>
background-color css
<style>
a { background-color: #9E2A75; }
a { background-color: rgb(158,42,117); }
div.DivClassName
{
background-color: #9E2A75;
}
.BgClassName
{
background-color: #9E2A75;
}
</style>
border-color css
<style>
span { border-color: #9E2A75; }
span { border-color: rgb(158,42,117); }
td.TdClassName
{
border-color: #9E2A75;
}
.TagClassName
{
border-color: #9E2A75;
}
</style>