Shades of Dark Magenta #9B0393
Tints of Dark Magenta #9B0393
RGB
CMYK
RGB Variations
Color information
#9B0393 (or 0x9B0393) is known color: Dark Magenta. HEX triplet: 9B, 03 and 93. RGB value is (155,3,147). Sum of RGB (Red+Green+Blue) = 155+3+147=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B0393 is #64FC6C. Grayscale: #404040. Windows color (decimal): -6618221 or 9634715. OLE color: 9634715.
HSL color Cylindrical-coordinate representation of color #9B0393: hue angle of 303.16º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9B0393 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.39 |
| HSL | 303.16º | 0.96% | 0.31% | - |
| HSV(B) | 303.16º | 0.98% | 0.61% | - |
| XYZ | 18.82 | 9.14 | 28.38 | - |
| YUV | 64.86 | 174.36 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 3 | 147 | 0 | 0.98 | 0.05 | 0.39 | 303.16 | 0.96 | 0.31 |
| Hex | 9B | 3 | 93 | 0 | 62 | 5 | 27 | 12F | 60 | 1F |
| Octal | 233 | 3 | 223 | 0 | 142 | 5 | 47 | 457 | 140 | 37 |
| Binary | 10011011 | 11 | 10010011 | 0 | 1100010 | 101 | 100111 | 100101111 | 1100000 | 11111 |
Color Harmonies of #9B0393
Complementary color
Monochromatic Colors of #9B0393
Black with #9B0393
Text Example
Text Example
White with #9B0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0393; }
p { color: rgb(155,3,147); }
H1.HeaderClassName
{
color: #9B0393;
}
.AnyTagClassName
{
color: #9B0393;
}
</style>
background-color css
<style>
a { background-color: #9B0393; }
a { background-color: rgb(155,3,147); }
div.DivClassName
{
background-color: #9B0393;
}
.BgClassName
{
background-color: #9B0393;
}
</style>
border-color css
<style>
span { border-color: #9B0393; }
span { border-color: rgb(155,3,147); }
td.TdClassName
{
border-color: #9B0393;
}
.TagClassName
{
border-color: #9B0393;
}
</style>