Shades of Dark Purple #9E2778
Tints of Dark Purple #9E2778
RGB
CMYK
RGB Variations
Color information
#9E2778 (or 0x9E2778) is known color: Dark Purple. HEX triplet: 9E, 27 and 78. RGB value is (158,39,120). Sum of RGB (Red+Green+Blue) = 158+39+120=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2778 is #61D887. Grayscale: #535353. Windows color (decimal): -6412424 or 7874462. OLE color: 7874462.
HSL color Cylindrical-coordinate representation of color #9E2778: hue angle of 319.16º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E2778 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 120 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.38 |
| HSL | 319.16º | 0.6% | 0.39% | - |
| HSV(B) | 319.16º | 0.75% | 0.62% | - |
| XYZ | 18.22 | 10.08 | 18.75 | - |
| YUV | 83.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 120 | 0 | 0.75 | 0.24 | 0.38 | 319.16 | 0.6 | 0.39 |
| Hex | 9E | 27 | 78 | 0 | 4B | 18 | 26 | 13F | 3C | 27 |
| Octal | 236 | 47 | 170 | 0 | 113 | 30 | 46 | 477 | 74 | 47 |
| Binary | 10011110 | 100111 | 1111000 | 0 | 1001011 | 11000 | 100110 | 100111111 | 111100 | 100111 |
Color Harmonies of #9E2778
Complementary color
Monochromatic Colors of #9E2778
Black with #9E2778
Text Example
Text Example
White with #9E2778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2778; }
p { color: rgb(158,39,120); }
H1.HeaderClassName
{
color: #9E2778;
}
.AnyTagClassName
{
color: #9E2778;
}
</style>
background-color css
<style>
a { background-color: #9E2778; }
a { background-color: rgb(158,39,120); }
div.DivClassName
{
background-color: #9E2778;
}
.BgClassName
{
background-color: #9E2778;
}
</style>
border-color css
<style>
span { border-color: #9E2778; }
span { border-color: rgb(158,39,120); }
td.TdClassName
{
border-color: #9E2778;
}
.TagClassName
{
border-color: #9E2778;
}
</style>