Shades of Dark Magenta #9B0495
Tints of Dark Magenta #9B0495
RGB
CMYK
RGB Variations
Color information
#9B0495 (or 0x9B0495) is known color: Dark Magenta. HEX triplet: 9B, 04 and 95. RGB value is (155,4,149). Sum of RGB (Red+Green+Blue) = 155+4+149=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 149 (58.59% from 255 or 48.38% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0495 is #64FB6A. Grayscale: #414141. Windows color (decimal): -6617963 or 9766043. OLE color: 9766043.
HSL color Cylindrical-coordinate representation of color #9B0495: hue angle of 302.38º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0495 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 149 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.39 |
| HSL | 302.38º | 0.95% | 0.31% | - |
| HSV(B) | 302.38º | 0.97% | 0.61% | - |
| XYZ | 18.99 | 9.23 | 29.21 | - |
| YUV | 65.68 | 175.03 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 149 | 0 | 0.97 | 0.04 | 0.39 | 302.38 | 0.95 | 0.31 |
| Hex | 9B | 4 | 95 | 0 | 61 | 4 | 27 | 12E | 5F | 1F |
| Octal | 233 | 4 | 225 | 0 | 141 | 4 | 47 | 456 | 137 | 37 |
| Binary | 10011011 | 100 | 10010101 | 0 | 1100001 | 100 | 100111 | 100101110 | 1011111 | 11111 |
Color Harmonies of #9B0495
Complementary color
Monochromatic Colors of #9B0495
Black with #9B0495
Text Example
Text Example
White with #9B0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0495; }
p { color: rgb(155,4,149); }
H1.HeaderClassName
{
color: #9B0495;
}
.AnyTagClassName
{
color: #9B0495;
}
</style>
background-color css
<style>
a { background-color: #9B0495; }
a { background-color: rgb(155,4,149); }
div.DivClassName
{
background-color: #9B0495;
}
.BgClassName
{
background-color: #9B0495;
}
</style>
border-color css
<style>
span { border-color: #9B0495; }
span { border-color: rgb(155,4,149); }
td.TdClassName
{
border-color: #9B0495;
}
.TagClassName
{
border-color: #9B0495;
}
</style>