Shades of Dark Magenta #9B0CAA
Tints of Dark Magenta #9B0CAA
RGB
CMYK
RGB Variations
Color information
#9B0CAA (or 0x9B0CAA) is known color: Dark Magenta. HEX triplet: 9B, 0C and AA. RGB value is (155,12,170). Sum of RGB (Red+Green+Blue) = 155+12+170=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0CAA is #64F355. Grayscale: #484848. Windows color (decimal): -6615894 or 11144347. OLE color: 11144347.
HSL color Cylindrical-coordinate representation of color #9B0CAA: hue angle of 294.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0CAA is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 155 | 12 | 170 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.33 |
| HSL | 294.3º | 0.87% | 0.36% | - |
| HSV(B) | 294.3º | 0.93% | 0.67% | - |
| XYZ | 20.9 | 10.13 | 38.88 | - |
| YUV | 72.77 | 182.88 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 12 | 170 | 0.09 | 0.93 | 0 | 0.33 | 294.3 | 0.87 | 0.36 |
| Hex | 9B | C | AA | 9 | 5D | 0 | 21 | 126 | 57 | 24 |
| Octal | 233 | 14 | 252 | 11 | 135 | 0 | 41 | 446 | 127 | 44 |
| Binary | 10011011 | 1100 | 10101010 | 1001 | 1011101 | 0 | 100001 | 100100110 | 1010111 | 100100 |
Color Harmonies of #9B0CAA
Complementary color
Monochromatic Colors of #9B0CAA
Black with #9B0CAA
Text Example
Text Example
White with #9B0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0CAA; }
p { color: rgb(155,12,170); }
H1.HeaderClassName
{
color: #9B0CAA;
}
.AnyTagClassName
{
color: #9B0CAA;
}
</style>
background-color css
<style>
a { background-color: #9B0CAA; }
a { background-color: rgb(155,12,170); }
div.DivClassName
{
background-color: #9B0CAA;
}
.BgClassName
{
background-color: #9B0CAA;
}
</style>
border-color css
<style>
span { border-color: #9B0CAA; }
span { border-color: rgb(155,12,170); }
td.TdClassName
{
border-color: #9B0CAA;
}
.TagClassName
{
border-color: #9B0CAA;
}
</style>