Shades of Dark Magenta #9E00A3
Tints of Dark Magenta #9E00A3
RGB
CMYK
RGB Variations
Color information
#9E00A3 (or 0x9E00A3) is known color: Dark Magenta. HEX triplet: 9E, 00 and A3. RGB value is (158,0,163). Sum of RGB (Red+Green+Blue) = 158+0+163=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #9E00A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E00A3 is #61FF5C. Grayscale: #414141. Windows color (decimal): -6422365 or 10682526. OLE color: 10682526.
HSL color Cylindrical-coordinate representation of color #9E00A3: hue angle of 298.16º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E00A3 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 0 | 163 | - |
| CMYK | 0.03 | 1 | 0 | 0.36 |
| HSL | 298.16º | 1% | 0.32% | - |
| HSV(B) | 298.16º | 1% | 0.64% | - |
| XYZ | 20.71 | 9.91 | 35.47 | - |
| YUV | 65.82 | 182.85 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 163 | 0.03 | 1 | 0 | 0.36 | 298.16 | 1 | 0.32 |
| Hex | 9E | 0 | A3 | 3 | 64 | 0 | 24 | 12A | 64 | 20 |
| Octal | 236 | 0 | 243 | 3 | 144 | 0 | 44 | 452 | 144 | 40 |
| Binary | 10011110 | 0 | 10100011 | 11 | 1100100 | 0 | 100100 | 100101010 | 1100100 | 100000 |
Color Harmonies of #9E00A3
Complementary color
Monochromatic Colors of #9E00A3
Black with #9E00A3
Text Example
Text Example
White with #9E00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E00A3; }
p { color: rgb(158,0,163); }
H1.HeaderClassName
{
color: #9E00A3;
}
.AnyTagClassName
{
color: #9E00A3;
}
</style>
background-color css
<style>
a { background-color: #9E00A3; }
a { background-color: rgb(158,0,163); }
div.DivClassName
{
background-color: #9E00A3;
}
.BgClassName
{
background-color: #9E00A3;
}
</style>
border-color css
<style>
span { border-color: #9E00A3; }
span { border-color: rgb(158,0,163); }
td.TdClassName
{
border-color: #9E00A3;
}
.TagClassName
{
border-color: #9E00A3;
}
</style>