Shades of Dark Purple #9E197D
Tints of Dark Purple #9E197D
RGB
CMYK
RGB Variations
Color information
#9E197D (or 0x9E197D) is known color: Dark Purple. HEX triplet: 9E, 19 and 7D. RGB value is (158,25,125). Sum of RGB (Red+Green+Blue) = 158+25+125=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E197D is #61E682. Grayscale: #4B4B4B. Windows color (decimal): -6416003 or 8198558. OLE color: 8198558.
HSL color Cylindrical-coordinate representation of color #9E197D: hue angle of 314.89º 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 #9E197D is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 25 | 125 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.38 |
| HSL | 314.89º | 0.73% | 0.36% | - |
| HSV(B) | 314.89º | 0.84% | 0.62% | - |
| XYZ | 18.15 | 9.45 | 20.27 | - |
| YUV | 76.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 25 | 125 | 0 | 0.84 | 0.21 | 0.38 | 314.89 | 0.73 | 0.36 |
| Hex | 9E | 19 | 7D | 0 | 54 | 15 | 26 | 13B | 49 | 24 |
| Octal | 236 | 31 | 175 | 0 | 124 | 25 | 46 | 473 | 111 | 44 |
| Binary | 10011110 | 11001 | 1111101 | 0 | 1010100 | 10101 | 100110 | 100111011 | 1001001 | 100100 |
Color Harmonies of #9E197D
Complementary color
Monochromatic Colors of #9E197D
Black with #9E197D
Text Example
Text Example
White with #9E197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E197D; }
p { color: rgb(158,25,125); }
H1.HeaderClassName
{
color: #9E197D;
}
.AnyTagClassName
{
color: #9E197D;
}
</style>
background-color css
<style>
a { background-color: #9E197D; }
a { background-color: rgb(158,25,125); }
div.DivClassName
{
background-color: #9E197D;
}
.BgClassName
{
background-color: #9E197D;
}
</style>
border-color css
<style>
span { border-color: #9E197D; }
span { border-color: rgb(158,25,125); }
td.TdClassName
{
border-color: #9E197D;
}
.TagClassName
{
border-color: #9E197D;
}
</style>