Shades of Dark Purple #9E1C73
Tints of Dark Purple #9E1C73
RGB
CMYK
RGB Variations
Color information
#9E1C73 (or 0x9E1C73) is known color: Dark Purple. HEX triplet: 9E, 1C and 73. RGB value is (158,28,115). Sum of RGB (Red+Green+Blue) = 158+28+115=301 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.49% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C73 is #61E38C. Grayscale: #4C4C4C. Windows color (decimal): -6415245 or 7543966. OLE color: 7543966.
HSL color Cylindrical-coordinate representation of color #9E1C73: hue angle of 319.85º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C73 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 115 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.38 |
| HSL | 319.85º | 0.7% | 0.36% | - |
| HSV(B) | 319.85º | 0.82% | 0.62% | - |
| XYZ | 17.61 | 9.34 | 17.09 | - |
| YUV | 76.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 115 | 0 | 0.82 | 0.27 | 0.38 | 319.85 | 0.7 | 0.36 |
| Hex | 9E | 1C | 73 | 0 | 52 | 1B | 26 | 140 | 46 | 24 |
| Octal | 236 | 34 | 163 | 0 | 122 | 33 | 46 | 500 | 106 | 44 |
| Binary | 10011110 | 11100 | 1110011 | 0 | 1010010 | 11011 | 100110 | 101000000 | 1000110 | 100100 |
Color Harmonies of #9E1C73
Complementary color
Monochromatic Colors of #9E1C73
Black with #9E1C73
Text Example
Text Example
White with #9E1C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C73; }
p { color: rgb(158,28,115); }
H1.HeaderClassName
{
color: #9E1C73;
}
.AnyTagClassName
{
color: #9E1C73;
}
</style>
background-color css
<style>
a { background-color: #9E1C73; }
a { background-color: rgb(158,28,115); }
div.DivClassName
{
background-color: #9E1C73;
}
.BgClassName
{
background-color: #9E1C73;
}
</style>
border-color css
<style>
span { border-color: #9E1C73; }
span { border-color: rgb(158,28,115); }
td.TdClassName
{
border-color: #9E1C73;
}
.TagClassName
{
border-color: #9E1C73;
}
</style>