Shades of Dark Purple #9E1C7B
Tints of Dark Purple #9E1C7B
RGB
CMYK
RGB Variations
Color information
#9E1C7B (or 0x9E1C7B) is known color: Dark Purple. HEX triplet: 9E, 1C and 7B. RGB value is (158,28,123). Sum of RGB (Red+Green+Blue) = 158+28+123=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1C7B is #61E384. Grayscale: #4D4D4D. Windows color (decimal): -6415237 or 8068254. OLE color: 8068254.
HSL color Cylindrical-coordinate representation of color #9E1C7B: hue angle of 316.15º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C7B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 123 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.38 |
| HSL | 316.15º | 0.7% | 0.36% | - |
| HSV(B) | 316.15º | 0.82% | 0.62% | - |
| XYZ | 18.09 | 9.53 | 19.62 | - |
| YUV | 77.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 123 | 0 | 0.82 | 0.22 | 0.38 | 316.15 | 0.7 | 0.36 |
| Hex | 9E | 1C | 7B | 0 | 52 | 16 | 26 | 13C | 46 | 24 |
| Octal | 236 | 34 | 173 | 0 | 122 | 26 | 46 | 474 | 106 | 44 |
| Binary | 10011110 | 11100 | 1111011 | 0 | 1010010 | 10110 | 100110 | 100111100 | 1000110 | 100100 |
Color Harmonies of #9E1C7B
Complementary color
Monochromatic Colors of #9E1C7B
Black with #9E1C7B
Text Example
Text Example
White with #9E1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C7B; }
p { color: rgb(158,28,123); }
H1.HeaderClassName
{
color: #9E1C7B;
}
.AnyTagClassName
{
color: #9E1C7B;
}
</style>
background-color css
<style>
a { background-color: #9E1C7B; }
a { background-color: rgb(158,28,123); }
div.DivClassName
{
background-color: #9E1C7B;
}
.BgClassName
{
background-color: #9E1C7B;
}
</style>
border-color css
<style>
span { border-color: #9E1C7B; }
span { border-color: rgb(158,28,123); }
td.TdClassName
{
border-color: #9E1C7B;
}
.TagClassName
{
border-color: #9E1C7B;
}
</style>