Shades of Dark Purple #9E167D
Tints of Dark Purple #9E167D
RGB
CMYK
RGB Variations
Color information
#9E167D (or 0x9E167D) is known color: Dark Purple. HEX triplet: 9E, 16 and 7D. RGB value is (158,22,125). Sum of RGB (Red+Green+Blue) = 158+22+125=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E167D is #61E982. Grayscale: #4A4A4A. Windows color (decimal): -6416771 or 8197790. OLE color: 8197790.
HSL color Cylindrical-coordinate representation of color #9E167D: hue angle of 314.56º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E167D is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 125 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.38 |
| HSL | 314.56º | 0.76% | 0.35% | - |
| HSV(B) | 314.56º | 0.86% | 0.62% | - |
| XYZ | 18.09 | 9.32 | 20.25 | - |
| YUV | 74.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 125 | 0 | 0.86 | 0.21 | 0.38 | 314.56 | 0.76 | 0.35 |
| Hex | 9E | 16 | 7D | 0 | 56 | 15 | 26 | 13B | 4C | 23 |
| Octal | 236 | 26 | 175 | 0 | 126 | 25 | 46 | 473 | 114 | 43 |
| Binary | 10011110 | 10110 | 1111101 | 0 | 1010110 | 10101 | 100110 | 100111011 | 1001100 | 100011 |
Color Harmonies of #9E167D
Complementary color
Monochromatic Colors of #9E167D
Black with #9E167D
Text Example
Text Example
White with #9E167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E167D; }
p { color: rgb(158,22,125); }
H1.HeaderClassName
{
color: #9E167D;
}
.AnyTagClassName
{
color: #9E167D;
}
</style>
background-color css
<style>
a { background-color: #9E167D; }
a { background-color: rgb(158,22,125); }
div.DivClassName
{
background-color: #9E167D;
}
.BgClassName
{
background-color: #9E167D;
}
</style>
border-color css
<style>
span { border-color: #9E167D; }
span { border-color: rgb(158,22,125); }
td.TdClassName
{
border-color: #9E167D;
}
.TagClassName
{
border-color: #9E167D;
}
</style>