Shades of Dark Magenta #9A038E
Tints of Dark Magenta #9A038E
RGB
CMYK
RGB Variations
Color information
#9A038E (or 0x9A038E) is known color: Dark Magenta. HEX triplet: 9A, 03 and 8E. RGB value is (154,3,142). Sum of RGB (Red+Green+Blue) = 154+3+142=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038E is #65FC71. Grayscale: #3F3F3F. Windows color (decimal): -6683762 or 9307034. OLE color: 9307034.
HSL color Cylindrical-coordinate representation of color #9A038E: hue angle of 304.77º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A038E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 142 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.40 |
| HSL | 304.77º | 0.96% | 0.31% | - |
| HSV(B) | 304.77º | 0.98% | 0.6% | - |
| XYZ | 18.24 | 8.89 | 26.35 | - |
| YUV | 64 | 172.03 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 142 | 0 | 0.98 | 0.08 | 0.40 | 304.77 | 0.96 | 0.31 |
| Hex | 9A | 3 | 8E | 0 | 62 | 8 | 28 | 131 | 60 | 1F |
| Octal | 232 | 3 | 216 | 0 | 142 | 10 | 50 | 461 | 140 | 37 |
| Binary | 10011010 | 11 | 10001110 | 0 | 1100010 | 1000 | 101000 | 100110001 | 1100000 | 11111 |
Color Harmonies of #9A038E
Complementary color
Monochromatic Colors of #9A038E
Black with #9A038E
Text Example
Text Example
White with #9A038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A038E; }
p { color: rgb(154,3,142); }
H1.HeaderClassName
{
color: #9A038E;
}
.AnyTagClassName
{
color: #9A038E;
}
</style>
background-color css
<style>
a { background-color: #9A038E; }
a { background-color: rgb(154,3,142); }
div.DivClassName
{
background-color: #9A038E;
}
.BgClassName
{
background-color: #9A038E;
}
</style>
border-color css
<style>
span { border-color: #9A038E; }
span { border-color: rgb(154,3,142); }
td.TdClassName
{
border-color: #9A038E;
}
.TagClassName
{
border-color: #9A038E;
}
</style>