Shades of Dark Purple #9E1775
Tints of Dark Purple #9E1775
RGB
CMYK
RGB Variations
Color information
#9E1775 (or 0x9E1775) is known color: Dark Purple. HEX triplet: 9E, 17 and 75. RGB value is (158,23,117). Sum of RGB (Red+Green+Blue) = 158+23+117=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 23 (9.38% from 255 or 7.72% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1775 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1775 is #61E88A. Grayscale: #494949. Windows color (decimal): -6416523 or 7673758. OLE color: 7673758.
HSL color Cylindrical-coordinate representation of color #9E1775: hue angle of 318.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1775 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 117 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.38 |
| HSL | 318.22º | 0.75% | 0.35% | - |
| HSV(B) | 318.22º | 0.85% | 0.62% | - |
| XYZ | 17.62 | 9.17 | 17.67 | - |
| YUV | 74.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 117 | 0 | 0.85 | 0.26 | 0.38 | 318.22 | 0.75 | 0.35 |
| Hex | 9E | 17 | 75 | 0 | 55 | 1A | 26 | 13E | 4B | 23 |
| Octal | 236 | 27 | 165 | 0 | 125 | 32 | 46 | 476 | 113 | 43 |
| Binary | 10011110 | 10111 | 1110101 | 0 | 1010101 | 11010 | 100110 | 100111110 | 1001011 | 100011 |
Color Harmonies of #9E1775
Complementary color
Monochromatic Colors of #9E1775
Black with #9E1775
Text Example
Text Example
White with #9E1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1775; }
p { color: rgb(158,23,117); }
H1.HeaderClassName
{
color: #9E1775;
}
.AnyTagClassName
{
color: #9E1775;
}
</style>
background-color css
<style>
a { background-color: #9E1775; }
a { background-color: rgb(158,23,117); }
div.DivClassName
{
background-color: #9E1775;
}
.BgClassName
{
background-color: #9E1775;
}
</style>
border-color css
<style>
span { border-color: #9E1775; }
span { border-color: rgb(158,23,117); }
td.TdClassName
{
border-color: #9E1775;
}
.TagClassName
{
border-color: #9E1775;
}
</style>