Shades of Dark Purple #9E197C
Tints of Dark Purple #9E197C
RGB
CMYK
RGB Variations
Color information
#9E197C (or 0x9E197C) is known color: Dark Purple. HEX triplet: 9E, 19 and 7C. RGB value is (158,25,124). Sum of RGB (Red+Green+Blue) = 158+25+124=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E197C is #61E683. Grayscale: #4B4B4B. Windows color (decimal): -6416004 or 8133022. OLE color: 8133022.
HSL color Cylindrical-coordinate representation of color #9E197C: hue angle of 315.34º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E197C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 124 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.38 |
| HSL | 315.34º | 0.73% | 0.36% | - |
| HSV(B) | 315.34º | 0.84% | 0.62% | - |
| XYZ | 18.09 | 9.42 | 19.93 | - |
| YUV | 76.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 124 | 0 | 0.84 | 0.22 | 0.38 | 315.34 | 0.73 | 0.36 |
| Hex | 9E | 19 | 7C | 0 | 54 | 16 | 26 | 13B | 49 | 24 |
| Octal | 236 | 31 | 174 | 0 | 124 | 26 | 46 | 473 | 111 | 44 |
| Binary | 10011110 | 11001 | 1111100 | 0 | 1010100 | 10110 | 100110 | 100111011 | 1001001 | 100100 |
Color Harmonies of #9E197C
Complementary color
Monochromatic Colors of #9E197C
Black with #9E197C
Text Example
Text Example
White with #9E197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E197C; }
p { color: rgb(158,25,124); }
H1.HeaderClassName
{
color: #9E197C;
}
.AnyTagClassName
{
color: #9E197C;
}
</style>
background-color css
<style>
a { background-color: #9E197C; }
a { background-color: rgb(158,25,124); }
div.DivClassName
{
background-color: #9E197C;
}
.BgClassName
{
background-color: #9E197C;
}
</style>
border-color css
<style>
span { border-color: #9E197C; }
span { border-color: rgb(158,25,124); }
td.TdClassName
{
border-color: #9E197C;
}
.TagClassName
{
border-color: #9E197C;
}
</style>