Shades of Dark Purple #9E2788
Tints of Dark Purple #9E2788
RGB
CMYK
RGB Variations
Color information
#9E2788 (or 0x9E2788) is known color: Dark Purple. HEX triplet: 9E, 27 and 88. RGB value is (158,39,136). Sum of RGB (Red+Green+Blue) = 158+39+136=333 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.45% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E2788 is #61D877. Grayscale: #555555. Windows color (decimal): -6412408 or 8923038. OLE color: 8923038.
HSL color Cylindrical-coordinate representation of color #9E2788: hue angle of 311.09º 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 #9E2788 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 136 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.38 |
| HSL | 311.09º | 0.6% | 0.39% | - |
| HSV(B) | 311.09º | 0.75% | 0.62% | - |
| XYZ | 19.27 | 10.5 | 24.3 | - |
| YUV | 85.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 136 | 0 | 0.75 | 0.14 | 0.38 | 311.09 | 0.6 | 0.39 |
| Hex | 9E | 27 | 88 | 0 | 4B | E | 26 | 137 | 3C | 27 |
| Octal | 236 | 47 | 210 | 0 | 113 | 16 | 46 | 467 | 74 | 47 |
| Binary | 10011110 | 100111 | 10001000 | 0 | 1001011 | 1110 | 100110 | 100110111 | 111100 | 100111 |
Color Harmonies of #9E2788
Complementary color
Monochromatic Colors of #9E2788
Black with #9E2788
Text Example
Text Example
White with #9E2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2788; }
p { color: rgb(158,39,136); }
H1.HeaderClassName
{
color: #9E2788;
}
.AnyTagClassName
{
color: #9E2788;
}
</style>
background-color css
<style>
a { background-color: #9E2788; }
a { background-color: rgb(158,39,136); }
div.DivClassName
{
background-color: #9E2788;
}
.BgClassName
{
background-color: #9E2788;
}
</style>
border-color css
<style>
span { border-color: #9E2788; }
span { border-color: rgb(158,39,136); }
td.TdClassName
{
border-color: #9E2788;
}
.TagClassName
{
border-color: #9E2788;
}
</style>