Shades of Dark Magenta #9E0688
Tints of Dark Magenta #9E0688
RGB
CMYK
RGB Variations
Color information
#9E0688 (or 0x9E0688) is known color: Dark Magenta. HEX triplet: 9E, 06 and 88. RGB value is (158,6,136). Sum of RGB (Red+Green+Blue) = 158+6+136=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0688 is #61F977. Grayscale: #414141. Windows color (decimal): -6420856 or 8914590. OLE color: 8914590.
HSL color Cylindrical-coordinate representation of color #9E0688: hue angle of 308.68º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E0688 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 136 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.38 |
| HSL | 308.68º | 0.93% | 0.32% | - |
| HSV(B) | 308.68º | 0.96% | 0.62% | - |
| XYZ | 18.61 | 9.18 | 24.08 | - |
| YUV | 66.27 | 167.36 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 136 | 0 | 0.96 | 0.14 | 0.38 | 308.68 | 0.93 | 0.32 |
| Hex | 9E | 6 | 88 | 0 | 60 | E | 26 | 135 | 5D | 20 |
| Octal | 236 | 6 | 210 | 0 | 140 | 16 | 46 | 465 | 135 | 40 |
| Binary | 10011110 | 110 | 10001000 | 0 | 1100000 | 1110 | 100110 | 100110101 | 1011101 | 100000 |
Color Harmonies of #9E0688
Complementary color
Monochromatic Colors of #9E0688
Black with #9E0688
Text Example
Text Example
White with #9E0688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0688; }
p { color: rgb(158,6,136); }
H1.HeaderClassName
{
color: #9E0688;
}
.AnyTagClassName
{
color: #9E0688;
}
</style>
background-color css
<style>
a { background-color: #9E0688; }
a { background-color: rgb(158,6,136); }
div.DivClassName
{
background-color: #9E0688;
}
.BgClassName
{
background-color: #9E0688;
}
</style>
border-color css
<style>
span { border-color: #9E0688; }
span { border-color: rgb(158,6,136); }
td.TdClassName
{
border-color: #9E0688;
}
.TagClassName
{
border-color: #9E0688;
}
</style>