Shades of Dark Magenta #9A038C
Tints of Dark Magenta #9A038C
RGB
CMYK
RGB Variations
Color information
#9A038C (or 0x9A038C) is known color: Dark Magenta. HEX triplet: 9A, 03 and 8C. RGB value is (154,3,140). Sum of RGB (Red+Green+Blue) = 154+3+140=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038C is #65FC73. Grayscale: #3F3F3F. Windows color (decimal): -6683764 or 9175962. OLE color: 9175962.
HSL color Cylindrical-coordinate representation of color #9A038C: hue angle of 305.56º 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 #9A038C is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 140 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.40 |
| HSL | 305.56º | 0.96% | 0.31% | - |
| HSV(B) | 305.56º | 0.98% | 0.6% | - |
| XYZ | 18.09 | 8.83 | 25.56 | - |
| YUV | 63.77 | 171.03 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 140 | 0 | 0.98 | 0.09 | 0.40 | 305.56 | 0.96 | 0.31 |
| Hex | 9A | 3 | 8C | 0 | 62 | 9 | 28 | 132 | 60 | 1F |
| Octal | 232 | 3 | 214 | 0 | 142 | 11 | 50 | 462 | 140 | 37 |
| Binary | 10011010 | 11 | 10001100 | 0 | 1100010 | 1001 | 101000 | 100110010 | 1100000 | 11111 |
Color Harmonies of #9A038C
Complementary color
Monochromatic Colors of #9A038C
Black with #9A038C
Text Example
Text Example
White with #9A038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A038C; }
p { color: rgb(154,3,140); }
H1.HeaderClassName
{
color: #9A038C;
}
.AnyTagClassName
{
color: #9A038C;
}
</style>
background-color css
<style>
a { background-color: #9A038C; }
a { background-color: rgb(154,3,140); }
div.DivClassName
{
background-color: #9A038C;
}
.BgClassName
{
background-color: #9A038C;
}
</style>
border-color css
<style>
span { border-color: #9A038C; }
span { border-color: rgb(154,3,140); }
td.TdClassName
{
border-color: #9A038C;
}
.TagClassName
{
border-color: #9A038C;
}
</style>