Shades of Dark Purple #9E1A88
Tints of Dark Purple #9E1A88
RGB
CMYK
RGB Variations
Color information
#9E1A88 (or 0x9E1A88) is known color: Dark Purple. HEX triplet: 9E, 1A and 88. RGB value is (158,26,136). Sum of RGB (Red+Green+Blue) = 158+26+136=320 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.38% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E1A88 is #61E577. Grayscale: #4D4D4D. Windows color (decimal): -6415736 or 8919710. OLE color: 8919710.
HSL color Cylindrical-coordinate representation of color #9E1A88: hue angle of 310º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E1A88 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 26 | 136 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.38 |
| HSL | 310º | 0.72% | 0.36% | - |
| HSV(B) | 310º | 0.84% | 0.62% | - |
| XYZ | 18.91 | 9.79 | 24.18 | - |
| YUV | 78.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 136 | 0 | 0.84 | 0.14 | 0.38 | 310 | 0.72 | 0.36 |
| Hex | 9E | 1A | 88 | 0 | 54 | E | 26 | 136 | 48 | 24 |
| Octal | 236 | 32 | 210 | 0 | 124 | 16 | 46 | 466 | 110 | 44 |
| Binary | 10011110 | 11010 | 10001000 | 0 | 1010100 | 1110 | 100110 | 100110110 | 1001000 | 100100 |
Color Harmonies of #9E1A88
Complementary color
Monochromatic Colors of #9E1A88
Black with #9E1A88
Text Example
Text Example
White with #9E1A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1A88; }
p { color: rgb(158,26,136); }
H1.HeaderClassName
{
color: #9E1A88;
}
.AnyTagClassName
{
color: #9E1A88;
}
</style>
background-color css
<style>
a { background-color: #9E1A88; }
a { background-color: rgb(158,26,136); }
div.DivClassName
{
background-color: #9E1A88;
}
.BgClassName
{
background-color: #9E1A88;
}
</style>
border-color css
<style>
span { border-color: #9E1A88; }
span { border-color: rgb(158,26,136); }
td.TdClassName
{
border-color: #9E1A88;
}
.TagClassName
{
border-color: #9E1A88;
}
</style>