Shades of Dark Purple #9E167B
Tints of Dark Purple #9E167B
RGB
CMYK
RGB Variations
Color information
#9E167B (or 0x9E167B) is known color: Dark Purple. HEX triplet: 9E, 16 and 7B. RGB value is (158,22,123). Sum of RGB (Red+Green+Blue) = 158+22+123=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E167B is #61E984. Grayscale: #494949. Windows color (decimal): -6416773 or 8066718. OLE color: 8066718.
HSL color Cylindrical-coordinate representation of color #9E167B: hue angle of 315.44º 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 #9E167B is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 22 | 123 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.38 |
| HSL | 315.44º | 0.76% | 0.35% | - |
| HSV(B) | 315.44º | 0.86% | 0.62% | - |
| XYZ | 17.96 | 9.27 | 19.58 | - |
| YUV | 74.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 22 | 123 | 0 | 0.86 | 0.22 | 0.38 | 315.44 | 0.76 | 0.35 |
| Hex | 9E | 16 | 7B | 0 | 56 | 16 | 26 | 13B | 4C | 23 |
| Octal | 236 | 26 | 173 | 0 | 126 | 26 | 46 | 473 | 114 | 43 |
| Binary | 10011110 | 10110 | 1111011 | 0 | 1010110 | 10110 | 100110 | 100111011 | 1001100 | 100011 |
Color Harmonies of #9E167B
Complementary color
Monochromatic Colors of #9E167B
Black with #9E167B
Text Example
Text Example
White with #9E167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E167B; }
p { color: rgb(158,22,123); }
H1.HeaderClassName
{
color: #9E167B;
}
.AnyTagClassName
{
color: #9E167B;
}
</style>
background-color css
<style>
a { background-color: #9E167B; }
a { background-color: rgb(158,22,123); }
div.DivClassName
{
background-color: #9E167B;
}
.BgClassName
{
background-color: #9E167B;
}
</style>
border-color css
<style>
span { border-color: #9E167B; }
span { border-color: rgb(158,22,123); }
td.TdClassName
{
border-color: #9E167B;
}
.TagClassName
{
border-color: #9E167B;
}
</style>