Shades of Dark Magenta #9B0EA6
Tints of Dark Magenta #9B0EA6
RGB
CMYK
RGB Variations
Color information
#9B0EA6 (or 0x9B0EA6) is known color: Dark Magenta. HEX triplet: 9B, 0E and A6. RGB value is (155,14,166). Sum of RGB (Red+Green+Blue) = 155+14+166=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 166 (65.23% from 255 or 49.55% from 335); Max value from RGB is 166 - color contains mainly: blue. Hex color #9B0EA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0EA6 is #64F159. Grayscale: #494949. Windows color (decimal): -6615386 or 10882715. OLE color: 10882715.
HSL color Cylindrical-coordinate representation of color #9B0EA6: hue angle of 295.66º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B0EA6 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 14 | 166 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.35 |
| HSL | 295.66º | 0.84% | 0.35% | - |
| HSV(B) | 295.66º | 0.92% | 0.65% | - |
| XYZ | 20.56 | 10.04 | 36.93 | - |
| YUV | 73.49 | 180.21 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 166 | 0.07 | 0.92 | 0 | 0.35 | 295.66 | 0.84 | 0.35 |
| Hex | 9B | E | A6 | 7 | 5C | 0 | 23 | 128 | 54 | 23 |
| Octal | 233 | 16 | 246 | 7 | 134 | 0 | 43 | 450 | 124 | 43 |
| Binary | 10011011 | 1110 | 10100110 | 111 | 1011100 | 0 | 100011 | 100101000 | 1010100 | 100011 |
Color Harmonies of #9B0EA6
Complementary color
Monochromatic Colors of #9B0EA6
Black with #9B0EA6
Text Example
Text Example
White with #9B0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0EA6; }
p { color: rgb(155,14,166); }
H1.HeaderClassName
{
color: #9B0EA6;
}
.AnyTagClassName
{
color: #9B0EA6;
}
</style>
background-color css
<style>
a { background-color: #9B0EA6; }
a { background-color: rgb(155,14,166); }
div.DivClassName
{
background-color: #9B0EA6;
}
.BgClassName
{
background-color: #9B0EA6;
}
</style>
border-color css
<style>
span { border-color: #9B0EA6; }
span { border-color: rgb(155,14,166); }
td.TdClassName
{
border-color: #9B0EA6;
}
.TagClassName
{
border-color: #9B0EA6;
}
</style>