Shades of Dark Purple #9E2075
Tints of Dark Purple #9E2075
RGB
CMYK
RGB Variations
Color information
#9E2075 (or 0x9E2075) is known color: Dark Purple. HEX triplet: 9E, 20 and 75. RGB value is (158,32,117). Sum of RGB (Red+Green+Blue) = 158+32+117=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2075 is #61DF8A. Grayscale: #4F4F4F. Windows color (decimal): -6414219 or 7676062. OLE color: 7676062.
HSL color Cylindrical-coordinate representation of color #9E2075: hue angle of 319.52º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9E2075 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 117 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.38 |
| HSL | 319.52º | 0.66% | 0.37% | - |
| HSV(B) | 319.52º | 0.8% | 0.62% | - |
| XYZ | 17.83 | 9.59 | 17.74 | - |
| YUV | 79.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 117 | 0 | 0.80 | 0.26 | 0.38 | 319.52 | 0.66 | 0.37 |
| Hex | 9E | 20 | 75 | 0 | 50 | 1A | 26 | 140 | 42 | 25 |
| Octal | 236 | 40 | 165 | 0 | 120 | 32 | 46 | 500 | 102 | 45 |
| Binary | 10011110 | 100000 | 1110101 | 0 | 1010000 | 11010 | 100110 | 101000000 | 1000010 | 100101 |
Color Harmonies of #9E2075
Complementary color
Monochromatic Colors of #9E2075
Black with #9E2075
Text Example
Text Example
White with #9E2075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2075; }
p { color: rgb(158,32,117); }
H1.HeaderClassName
{
color: #9E2075;
}
.AnyTagClassName
{
color: #9E2075;
}
</style>
background-color css
<style>
a { background-color: #9E2075; }
a { background-color: rgb(158,32,117); }
div.DivClassName
{
background-color: #9E2075;
}
.BgClassName
{
background-color: #9E2075;
}
</style>
border-color css
<style>
span { border-color: #9E2075; }
span { border-color: rgb(158,32,117); }
td.TdClassName
{
border-color: #9E2075;
}
.TagClassName
{
border-color: #9E2075;
}
</style>