Shades of Dark Purple #9E137B
Tints of Dark Purple #9E137B
RGB
CMYK
RGB Variations
Color information
#9E137B (or 0x9E137B) is known color: Dark Purple. HEX triplet: 9E, 13 and 7B. RGB value is (158,19,123). Sum of RGB (Red+Green+Blue) = 158+19+123=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E137B is #61EC84. Grayscale: #484848. Windows color (decimal): -6417541 or 8065950. OLE color: 8065950.
HSL color Cylindrical-coordinate representation of color #9E137B: hue angle of 315.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9E137B is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 19 | 123 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.38 |
| HSL | 315.11º | 0.79% | 0.35% | - |
| HSV(B) | 315.11º | 0.88% | 0.62% | - |
| XYZ | 17.91 | 9.16 | 19.56 | - |
| YUV | 72.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 19 | 123 | 0 | 0.88 | 0.22 | 0.38 | 315.11 | 0.79 | 0.35 |
| Hex | 9E | 13 | 7B | 0 | 58 | 16 | 26 | 13B | 4F | 23 |
| Octal | 236 | 23 | 173 | 0 | 130 | 26 | 46 | 473 | 117 | 43 |
| Binary | 10011110 | 10011 | 1111011 | 0 | 1011000 | 10110 | 100110 | 100111011 | 1001111 | 100011 |
Color Harmonies of #9E137B
Complementary color
Monochromatic Colors of #9E137B
Black with #9E137B
Text Example
Text Example
White with #9E137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E137B; }
p { color: rgb(158,19,123); }
H1.HeaderClassName
{
color: #9E137B;
}
.AnyTagClassName
{
color: #9E137B;
}
</style>
background-color css
<style>
a { background-color: #9E137B; }
a { background-color: rgb(158,19,123); }
div.DivClassName
{
background-color: #9E137B;
}
.BgClassName
{
background-color: #9E137B;
}
</style>
border-color css
<style>
span { border-color: #9E137B; }
span { border-color: rgb(158,19,123); }
td.TdClassName
{
border-color: #9E137B;
}
.TagClassName
{
border-color: #9E137B;
}
</style>