Shades of Dark Magenta #9A038F
Tints of Dark Magenta #9A038F
RGB
CMYK
RGB Variations
Color information
#9A038F (or 0x9A038F) is known color: Dark Magenta. HEX triplet: 9A, 03 and 8F. RGB value is (154,3,143). Sum of RGB (Red+Green+Blue) = 154+3+143=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038F is #65FC70. Grayscale: #3F3F3F. Windows color (decimal): -6683761 or 9372570. OLE color: 9372570.
HSL color Cylindrical-coordinate representation of color #9A038F: hue angle of 304.37º 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 #9A038F is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.40 |
| HSL | 304.37º | 0.96% | 0.31% | - |
| HSV(B) | 304.37º | 0.98% | 0.6% | - |
| XYZ | 18.32 | 8.92 | 26.74 | - |
| YUV | 64.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 143 | 0 | 0.98 | 0.07 | 0.40 | 304.37 | 0.96 | 0.31 |
| Hex | 9A | 3 | 8F | 0 | 62 | 7 | 28 | 130 | 60 | 1F |
| Octal | 232 | 3 | 217 | 0 | 142 | 7 | 50 | 460 | 140 | 37 |
| Binary | 10011010 | 11 | 10001111 | 0 | 1100010 | 111 | 101000 | 100110000 | 1100000 | 11111 |
Color Harmonies of #9A038F
Complementary color
Monochromatic Colors of #9A038F
Black with #9A038F
Text Example
Text Example
White with #9A038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A038F; }
p { color: rgb(154,3,143); }
H1.HeaderClassName
{
color: #9A038F;
}
.AnyTagClassName
{
color: #9A038F;
}
</style>
background-color css
<style>
a { background-color: #9A038F; }
a { background-color: rgb(154,3,143); }
div.DivClassName
{
background-color: #9A038F;
}
.BgClassName
{
background-color: #9A038F;
}
</style>
border-color css
<style>
span { border-color: #9A038F; }
span { border-color: rgb(154,3,143); }
td.TdClassName
{
border-color: #9A038F;
}
.TagClassName
{
border-color: #9A038F;
}
</style>