Shades of Dark Magenta #9A0181
Tints of Dark Magenta #9A0181
RGB
CMYK
RGB Variations
Color information
#9A0181 (or 0x9A0181) is known color: Dark Magenta. HEX triplet: 9A, 01 and 81. RGB value is (154,1,129). Sum of RGB (Red+Green+Blue) = 154+1+129=284 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.23% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0181 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0181 is #65FE7E. Grayscale: #3C3C3C. Windows color (decimal): -6684287 or 8454554. OLE color: 8454554.
HSL color Cylindrical-coordinate representation of color #9A0181: hue angle of 309.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A0181 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.40 |
| HSL | 309.8º | 0.99% | 0.3% | - |
| HSV(B) | 309.8º | 0.99% | 0.6% | - |
| XYZ | 17.3 | 8.48 | 21.49 | - |
| YUV | 61.34 | 166.19 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 129 | 0 | 0.99 | 0.16 | 0.40 | 309.8 | 0.99 | 0.3 |
| Hex | 9A | 1 | 81 | 0 | 63 | 10 | 28 | 136 | 63 | 1E |
| Octal | 232 | 1 | 201 | 0 | 143 | 20 | 50 | 466 | 143 | 36 |
| Binary | 10011010 | 1 | 10000001 | 0 | 1100011 | 10000 | 101000 | 100110110 | 1100011 | 11110 |
Color Harmonies of #9A0181
Complementary color
Monochromatic Colors of #9A0181
Black with #9A0181
Text Example
Text Example
White with #9A0181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0181; }
p { color: rgb(154,1,129); }
H1.HeaderClassName
{
color: #9A0181;
}
.AnyTagClassName
{
color: #9A0181;
}
</style>
background-color css
<style>
a { background-color: #9A0181; }
a { background-color: rgb(154,1,129); }
div.DivClassName
{
background-color: #9A0181;
}
.BgClassName
{
background-color: #9A0181;
}
</style>
border-color css
<style>
span { border-color: #9A0181; }
span { border-color: rgb(154,1,129); }
td.TdClassName
{
border-color: #9A0181;
}
.TagClassName
{
border-color: #9A0181;
}
</style>