Shades of Dark Magenta #9A0082
Tints of Dark Magenta #9A0082
RGB
CMYK
RGB Variations
Color information
#9A0082 (or 0x9A0082) is known color: Dark Magenta. HEX triplet: 9A, 00 and 82. RGB value is (154,0,130). Sum of RGB (Red+Green+Blue) = 154+0+130=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0082 is #65FF7D. Grayscale: #3C3C3C. Windows color (decimal): -6684542 or 8519834. OLE color: 8519834.
HSL color Cylindrical-coordinate representation of color #9A0082: hue angle of 309.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0082 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.16 | 0.40 |
| HSL | 309.35º | 1% | 0.3% | - |
| HSV(B) | 309.35º | 1% | 0.6% | - |
| XYZ | 17.36 | 8.48 | 21.84 | - |
| YUV | 60.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 130 | 0 | 1 | 0.16 | 0.40 | 309.35 | 1 | 0.3 |
| Hex | 9A | 0 | 82 | 0 | 64 | 10 | 28 | 135 | 64 | 1E |
| Octal | 232 | 0 | 202 | 0 | 144 | 20 | 50 | 465 | 144 | 36 |
| Binary | 10011010 | 0 | 10000010 | 0 | 1100100 | 10000 | 101000 | 100110101 | 1100100 | 11110 |
Color Harmonies of #9A0082
Complementary color
Monochromatic Colors of #9A0082
Black with #9A0082
Text Example
Text Example
White with #9A0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0082; }
p { color: rgb(154,0,130); }
H1.HeaderClassName
{
color: #9A0082;
}
.AnyTagClassName
{
color: #9A0082;
}
</style>
background-color css
<style>
a { background-color: #9A0082; }
a { background-color: rgb(154,0,130); }
div.DivClassName
{
background-color: #9A0082;
}
.BgClassName
{
background-color: #9A0082;
}
</style>
border-color css
<style>
span { border-color: #9A0082; }
span { border-color: rgb(154,0,130); }
td.TdClassName
{
border-color: #9A0082;
}
.TagClassName
{
border-color: #9A0082;
}
</style>