Shades of Dark Magenta #9A0B7E
Tints of Dark Magenta #9A0B7E
RGB
CMYK
RGB Variations
Color information
#9A0B7E (or 0x9A0B7E) is known color: Dark Magenta. HEX triplet: 9A, 0B and 7E. RGB value is (154,11,126). Sum of RGB (Red+Green+Blue) = 154+11+126=291 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.92% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B7E is #65F481. Grayscale: #424242. Windows color (decimal): -6681730 or 8260506. OLE color: 8260506.
HSL color Cylindrical-coordinate representation of color #9A0B7E: hue angle of 311.75º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B7E is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 11 | 126 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.40 |
| HSL | 311.75º | 0.87% | 0.32% | - |
| HSV(B) | 311.75º | 0.93% | 0.6% | - |
| XYZ | 17.21 | 8.62 | 20.49 | - |
| YUV | 66.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 11 | 126 | 0 | 0.93 | 0.18 | 0.40 | 311.75 | 0.87 | 0.32 |
| Hex | 9A | B | 7E | 0 | 5D | 12 | 28 | 138 | 57 | 20 |
| Octal | 232 | 13 | 176 | 0 | 135 | 22 | 50 | 470 | 127 | 40 |
| Binary | 10011010 | 1011 | 1111110 | 0 | 1011101 | 10010 | 101000 | 100111000 | 1010111 | 100000 |
Color Harmonies of #9A0B7E
Complementary color
Monochromatic Colors of #9A0B7E
Black with #9A0B7E
Text Example
Text Example
White with #9A0B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A0B7E; }
p { color: rgb(154,11,126); }
H1.HeaderClassName
{
color: #9A0B7E;
}
.AnyTagClassName
{
color: #9A0B7E;
}
</style>
background-color css
<style>
a { background-color: #9A0B7E; }
a { background-color: rgb(154,11,126); }
div.DivClassName
{
background-color: #9A0B7E;
}
.BgClassName
{
background-color: #9A0B7E;
}
</style>
border-color css
<style>
span { border-color: #9A0B7E; }
span { border-color: rgb(154,11,126); }
td.TdClassName
{
border-color: #9A0B7E;
}
.TagClassName
{
border-color: #9A0B7E;
}
</style>