Shades of Dark Magenta #9A0BA5
Tints of Dark Magenta #9A0BA5
RGB
CMYK
RGB Variations
Color information
#9A0BA5 (or 0x9A0BA5) is known color: Dark Magenta. HEX triplet: 9A, 0B and A5. RGB value is (154,11,165). Sum of RGB (Red+Green+Blue) = 154+11+165=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0BA5 is #65F45A. Grayscale: #464646. Windows color (decimal): -6681691 or 10816410. OLE color: 10816410.
HSL color Cylindrical-coordinate representation of color #9A0BA5: hue angle of 295.71º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0BA5 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 11 | 165 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.35 |
| HSL | 295.71º | 0.88% | 0.35% | - |
| HSV(B) | 295.71º | 0.93% | 0.65% | - |
| XYZ | 20.24 | 9.83 | 36.43 | - |
| YUV | 71.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 165 | 0.07 | 0.93 | 0 | 0.35 | 295.71 | 0.88 | 0.35 |
| Hex | 9A | B | A5 | 7 | 5D | 0 | 23 | 128 | 58 | 23 |
| Octal | 232 | 13 | 245 | 7 | 135 | 0 | 43 | 450 | 130 | 43 |
| Binary | 10011010 | 1011 | 10100101 | 111 | 1011101 | 0 | 100011 | 100101000 | 1011000 | 100011 |
Color Harmonies of #9A0BA5
Complementary color
Monochromatic Colors of #9A0BA5
Black with #9A0BA5
Text Example
Text Example
White with #9A0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0BA5; }
p { color: rgb(154,11,165); }
H1.HeaderClassName
{
color: #9A0BA5;
}
.AnyTagClassName
{
color: #9A0BA5;
}
</style>
background-color css
<style>
a { background-color: #9A0BA5; }
a { background-color: rgb(154,11,165); }
div.DivClassName
{
background-color: #9A0BA5;
}
.BgClassName
{
background-color: #9A0BA5;
}
</style>
border-color css
<style>
span { border-color: #9A0BA5; }
span { border-color: rgb(154,11,165); }
td.TdClassName
{
border-color: #9A0BA5;
}
.TagClassName
{
border-color: #9A0BA5;
}
</style>