Shades of Dark Purple #9E1C7C
Tints of Dark Purple #9E1C7C
RGB
CMYK
RGB Variations
Color information
#9E1C7C (or 0x9E1C7C) is known color: Dark Purple. HEX triplet: 9E, 1C and 7C. RGB value is (158,28,124). Sum of RGB (Red+Green+Blue) = 158+28+124=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C7C is #61E383. Grayscale: #4D4D4D. Windows color (decimal): -6415236 or 8133790. OLE color: 8133790.
HSL color Cylindrical-coordinate representation of color #9E1C7C: hue angle of 315.69º 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 #9E1C7C is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 124 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.38 |
| HSL | 315.69º | 0.7% | 0.36% | - |
| HSV(B) | 315.69º | 0.82% | 0.62% | - |
| XYZ | 18.15 | 9.55 | 19.96 | - |
| YUV | 77.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 124 | 0 | 0.82 | 0.22 | 0.38 | 315.69 | 0.7 | 0.36 |
| Hex | 9E | 1C | 7C | 0 | 52 | 16 | 26 | 13C | 46 | 24 |
| Octal | 236 | 34 | 174 | 0 | 122 | 26 | 46 | 474 | 106 | 44 |
| Binary | 10011110 | 11100 | 1111100 | 0 | 1010010 | 10110 | 100110 | 100111100 | 1000110 | 100100 |
Color Harmonies of #9E1C7C
Complementary color
Monochromatic Colors of #9E1C7C
Black with #9E1C7C
Text Example
Text Example
White with #9E1C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C7C; }
p { color: rgb(158,28,124); }
H1.HeaderClassName
{
color: #9E1C7C;
}
.AnyTagClassName
{
color: #9E1C7C;
}
</style>
background-color css
<style>
a { background-color: #9E1C7C; }
a { background-color: rgb(158,28,124); }
div.DivClassName
{
background-color: #9E1C7C;
}
.BgClassName
{
background-color: #9E1C7C;
}
</style>
border-color css
<style>
span { border-color: #9E1C7C; }
span { border-color: rgb(158,28,124); }
td.TdClassName
{
border-color: #9E1C7C;
}
.TagClassName
{
border-color: #9E1C7C;
}
</style>