Shades of Dark Magenta #9E01A4
Tints of Dark Magenta #9E01A4
RGB
CMYK
RGB Variations
Color information
#9E01A4 (or 0x9E01A4) is known color: Dark Magenta. HEX triplet: 9E, 01 and A4. RGB value is (158,1,164). Sum of RGB (Red+Green+Blue) = 158+1+164=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E01A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E01A4 is #61FE5B. Grayscale: #424242. Windows color (decimal): -6422108 or 10748318. OLE color: 10748318.
HSL color Cylindrical-coordinate representation of color #9E01A4: hue angle of 297.79º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E01A4 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 1 | 164 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.36 |
| HSL | 297.79º | 0.99% | 0.32% | - |
| HSV(B) | 297.79º | 0.99% | 0.64% | - |
| XYZ | 20.81 | 9.97 | 35.95 | - |
| YUV | 66.53 | 183.01 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 1 | 164 | 0.04 | 0.99 | 0 | 0.36 | 297.79 | 0.99 | 0.32 |
| Hex | 9E | 1 | A4 | 4 | 63 | 0 | 24 | 12A | 63 | 20 |
| Octal | 236 | 1 | 244 | 4 | 143 | 0 | 44 | 452 | 143 | 40 |
| Binary | 10011110 | 1 | 10100100 | 100 | 1100011 | 0 | 100100 | 100101010 | 1100011 | 100000 |
Color Harmonies of #9E01A4
Complementary color
Monochromatic Colors of #9E01A4
Black with #9E01A4
Text Example
Text Example
White with #9E01A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E01A4; }
p { color: rgb(158,1,164); }
H1.HeaderClassName
{
color: #9E01A4;
}
.AnyTagClassName
{
color: #9E01A4;
}
</style>
background-color css
<style>
a { background-color: #9E01A4; }
a { background-color: rgb(158,1,164); }
div.DivClassName
{
background-color: #9E01A4;
}
.BgClassName
{
background-color: #9E01A4;
}
</style>
border-color css
<style>
span { border-color: #9E01A4; }
span { border-color: rgb(158,1,164); }
td.TdClassName
{
border-color: #9E01A4;
}
.TagClassName
{
border-color: #9E01A4;
}
</style>