Shades of Dark Purple #9E107D
Tints of Dark Purple #9E107D
RGB
CMYK
RGB Variations
Color information
#9E107D (or 0x9E107D) is known color: Dark Purple. HEX triplet: 9E, 10 and 7D. RGB value is (158,16,125). Sum of RGB (Red+Green+Blue) = 158+16+125=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E107D is #61EF82. Grayscale: #464646. Windows color (decimal): -6418307 or 8196254. OLE color: 8196254.
HSL color Cylindrical-coordinate representation of color #9E107D: hue angle of 313.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E107D is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 16 | 125 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.38 |
| HSL | 313.94º | 0.82% | 0.34% | - |
| HSV(B) | 313.94º | 0.9% | 0.62% | - |
| XYZ | 17.99 | 9.12 | 20.21 | - |
| YUV | 70.88 | 158.54 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 125 | 0 | 0.90 | 0.21 | 0.38 | 313.94 | 0.82 | 0.34 |
| Hex | 9E | 10 | 7D | 0 | 5A | 15 | 26 | 13A | 52 | 22 |
| Octal | 236 | 20 | 175 | 0 | 132 | 25 | 46 | 472 | 122 | 42 |
| Binary | 10011110 | 10000 | 1111101 | 0 | 1011010 | 10101 | 100110 | 100111010 | 1010010 | 100010 |
Color Harmonies of #9E107D
Complementary color
Monochromatic Colors of #9E107D
Black with #9E107D
Text Example
Text Example
White with #9E107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E107D; }
p { color: rgb(158,16,125); }
H1.HeaderClassName
{
color: #9E107D;
}
.AnyTagClassName
{
color: #9E107D;
}
</style>
background-color css
<style>
a { background-color: #9E107D; }
a { background-color: rgb(158,16,125); }
div.DivClassName
{
background-color: #9E107D;
}
.BgClassName
{
background-color: #9E107D;
}
</style>
border-color css
<style>
span { border-color: #9E107D; }
span { border-color: rgb(158,16,125); }
td.TdClassName
{
border-color: #9E107D;
}
.TagClassName
{
border-color: #9E107D;
}
</style>