Shades of Dark Purple #9E207A
Tints of Dark Purple #9E207A
RGB
CMYK
RGB Variations
Color information
#9E207A (or 0x9E207A) is known color: Dark Purple. HEX triplet: 9E, 20 and 7A. RGB value is (158,32,122). Sum of RGB (Red+Green+Blue) = 158+32+122=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E207A is #61DF85. Grayscale: #4F4F4F. Windows color (decimal): -6414214 or 8003742. OLE color: 8003742.
HSL color Cylindrical-coordinate representation of color #9E207A: hue angle of 317.14º 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 #9E207A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 122 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.38 |
| HSL | 317.14º | 0.66% | 0.37% | - |
| HSV(B) | 317.14º | 0.8% | 0.62% | - |
| XYZ | 18.13 | 9.71 | 19.33 | - |
| YUV | 79.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 122 | 0 | 0.80 | 0.23 | 0.38 | 317.14 | 0.66 | 0.37 |
| Hex | 9E | 20 | 7A | 0 | 50 | 17 | 26 | 13D | 42 | 25 |
| Octal | 236 | 40 | 172 | 0 | 120 | 27 | 46 | 475 | 102 | 45 |
| Binary | 10011110 | 100000 | 1111010 | 0 | 1010000 | 10111 | 100110 | 100111101 | 1000010 | 100101 |
Color Harmonies of #9E207A
Complementary color
Monochromatic Colors of #9E207A
Black with #9E207A
Text Example
Text Example
White with #9E207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E207A; }
p { color: rgb(158,32,122); }
H1.HeaderClassName
{
color: #9E207A;
}
.AnyTagClassName
{
color: #9E207A;
}
</style>
background-color css
<style>
a { background-color: #9E207A; }
a { background-color: rgb(158,32,122); }
div.DivClassName
{
background-color: #9E207A;
}
.BgClassName
{
background-color: #9E207A;
}
</style>
border-color css
<style>
span { border-color: #9E207A; }
span { border-color: rgb(158,32,122); }
td.TdClassName
{
border-color: #9E207A;
}
.TagClassName
{
border-color: #9E207A;
}
</style>