Shades of Dark Magenta #9A0380
Tints of Dark Magenta #9A0380
RGB
CMYK
RGB Variations
Color information
#9A0380 (or 0x9A0380) is known color: Dark Magenta. HEX triplet: 9A, 03 and 80. RGB value is (154,3,128). Sum of RGB (Red+Green+Blue) = 154+3+128=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0380 is #65FC7F. Grayscale: #3E3E3E. Windows color (decimal): -6683776 or 8389530. OLE color: 8389530.
HSL color Cylindrical-coordinate representation of color #9A0380: hue angle of 310.33º 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 #9A0380 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.40 |
| HSL | 310.33º | 0.96% | 0.31% | - |
| HSV(B) | 310.33º | 0.98% | 0.6% | - |
| XYZ | 17.26 | 8.49 | 21.15 | - |
| YUV | 62.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 3 | 128 | 0 | 0.98 | 0.17 | 0.40 | 310.33 | 0.96 | 0.31 |
| Hex | 9A | 3 | 80 | 0 | 62 | 11 | 28 | 136 | 60 | 1F |
| Octal | 232 | 3 | 200 | 0 | 142 | 21 | 50 | 466 | 140 | 37 |
| Binary | 10011010 | 11 | 10000000 | 0 | 1100010 | 10001 | 101000 | 100110110 | 1100000 | 11111 |
Color Harmonies of #9A0380
Complementary color
Monochromatic Colors of #9A0380
Black with #9A0380
Text Example
Text Example
White with #9A0380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0380; }
p { color: rgb(154,3,128); }
H1.HeaderClassName
{
color: #9A0380;
}
.AnyTagClassName
{
color: #9A0380;
}
</style>
background-color css
<style>
a { background-color: #9A0380; }
a { background-color: rgb(154,3,128); }
div.DivClassName
{
background-color: #9A0380;
}
.BgClassName
{
background-color: #9A0380;
}
</style>
border-color css
<style>
span { border-color: #9A0380; }
span { border-color: rgb(154,3,128); }
td.TdClassName
{
border-color: #9A0380;
}
.TagClassName
{
border-color: #9A0380;
}
</style>