Shades of Dark Magenta #9A038B
Tints of Dark Magenta #9A038B
RGB
CMYK
RGB Variations
Color information
#9A038B (or 0x9A038B) is known color: Dark Magenta. HEX triplet: 9A, 03 and 8B. RGB value is (154,3,139). Sum of RGB (Red+Green+Blue) = 154+3+139=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A038B is #65FC74. Grayscale: #3F3F3F. Windows color (decimal): -6683765 or 9110426. OLE color: 9110426.
HSL color Cylindrical-coordinate representation of color #9A038B: hue angle of 305.96º 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 #9A038B is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.40 |
| HSL | 305.96º | 0.96% | 0.31% | - |
| HSV(B) | 305.96º | 0.98% | 0.6% | - |
| XYZ | 18.02 | 8.8 | 25.17 | - |
| YUV | 63.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 139 | 0 | 0.98 | 0.10 | 0.40 | 305.96 | 0.96 | 0.31 |
| Hex | 9A | 3 | 8B | 0 | 62 | A | 28 | 132 | 60 | 1F |
| Octal | 232 | 3 | 213 | 0 | 142 | 12 | 50 | 462 | 140 | 37 |
| Binary | 10011010 | 11 | 10001011 | 0 | 1100010 | 1010 | 101000 | 100110010 | 1100000 | 11111 |
Color Harmonies of #9A038B
Complementary color
Monochromatic Colors of #9A038B
Black with #9A038B
Text Example
Text Example
White with #9A038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A038B; }
p { color: rgb(154,3,139); }
H1.HeaderClassName
{
color: #9A038B;
}
.AnyTagClassName
{
color: #9A038B;
}
</style>
background-color css
<style>
a { background-color: #9A038B; }
a { background-color: rgb(154,3,139); }
div.DivClassName
{
background-color: #9A038B;
}
.BgClassName
{
background-color: #9A038B;
}
</style>
border-color css
<style>
span { border-color: #9A038B; }
span { border-color: rgb(154,3,139); }
td.TdClassName
{
border-color: #9A038B;
}
.TagClassName
{
border-color: #9A038B;
}
</style>