Shades of Dark Magenta #9E01AC
Tints of Dark Magenta #9E01AC
RGB
CMYK
RGB Variations
Color information
#9E01AC (or 0x9E01AC) is known color: Dark Magenta. HEX triplet: 9E, 01 and AC. RGB value is (158,1,172). Sum of RGB (Red+Green+Blue) = 158+1+172=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E01AC is #61FE53. Grayscale: #424242. Windows color (decimal): -6422100 or 11272606. OLE color: 11272606.
HSL color Cylindrical-coordinate representation of color #9E01AC: hue angle of 295.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01AC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 1 | 172 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.33 |
| HSL | 295.09º | 0.99% | 0.34% | - |
| HSV(B) | 295.09º | 0.99% | 0.67% | - |
| XYZ | 21.56 | 10.27 | 39.88 | - |
| YUV | 67.44 | 187.01 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 172 | 0.08 | 0.99 | 0 | 0.33 | 295.09 | 0.99 | 0.34 |
| Hex | 9E | 1 | AC | 8 | 63 | 0 | 21 | 127 | 63 | 22 |
| Octal | 236 | 1 | 254 | 10 | 143 | 0 | 41 | 447 | 143 | 42 |
| Binary | 10011110 | 1 | 10101100 | 1000 | 1100011 | 0 | 100001 | 100100111 | 1100011 | 100010 |
Color Harmonies of #9E01AC
Complementary color
Monochromatic Colors of #9E01AC
Black with #9E01AC
Text Example
Text Example
White with #9E01AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E01AC; }
p { color: rgb(158,1,172); }
H1.HeaderClassName
{
color: #9E01AC;
}
.AnyTagClassName
{
color: #9E01AC;
}
</style>
background-color css
<style>
a { background-color: #9E01AC; }
a { background-color: rgb(158,1,172); }
div.DivClassName
{
background-color: #9E01AC;
}
.BgClassName
{
background-color: #9E01AC;
}
</style>
border-color css
<style>
span { border-color: #9E01AC; }
span { border-color: rgb(158,1,172); }
td.TdClassName
{
border-color: #9E01AC;
}
.TagClassName
{
border-color: #9E01AC;
}
</style>