Shades of Dark Magenta #9A0189
Tints of Dark Magenta #9A0189
RGB
CMYK
RGB Variations
Color information
#9A0189 (or 0x9A0189) is known color: Dark Magenta. HEX triplet: 9A, 01 and 89. RGB value is (154,1,137). Sum of RGB (Red+Green+Blue) = 154+1+137=292 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.74% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0189 is #65FE76. Grayscale: #3D3D3D. Windows color (decimal): -6684279 or 8978842. OLE color: 8978842.
HSL color Cylindrical-coordinate representation of color #9A0189: hue angle of 306.67º 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 #9A0189 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.40 |
| HSL | 306.67º | 0.99% | 0.3% | - |
| HSV(B) | 306.67º | 0.99% | 0.6% | - |
| XYZ | 17.85 | 8.7 | 24.4 | - |
| YUV | 62.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 1 | 137 | 0 | 0.99 | 0.11 | 0.40 | 306.67 | 0.99 | 0.3 |
| Hex | 9A | 1 | 89 | 0 | 63 | B | 28 | 133 | 63 | 1E |
| Octal | 232 | 1 | 211 | 0 | 143 | 13 | 50 | 463 | 143 | 36 |
| Binary | 10011010 | 1 | 10001001 | 0 | 1100011 | 1011 | 101000 | 100110011 | 1100011 | 11110 |
Color Harmonies of #9A0189
Complementary color
Monochromatic Colors of #9A0189
Black with #9A0189
Text Example
Text Example
White with #9A0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0189; }
p { color: rgb(154,1,137); }
H1.HeaderClassName
{
color: #9A0189;
}
.AnyTagClassName
{
color: #9A0189;
}
</style>
background-color css
<style>
a { background-color: #9A0189; }
a { background-color: rgb(154,1,137); }
div.DivClassName
{
background-color: #9A0189;
}
.BgClassName
{
background-color: #9A0189;
}
</style>
border-color css
<style>
span { border-color: #9A0189; }
span { border-color: rgb(154,1,137); }
td.TdClassName
{
border-color: #9A0189;
}
.TagClassName
{
border-color: #9A0189;
}
</style>