Shades of Dark Magenta #9300AB
Tints of Dark Magenta #9300AB
RGB
CMYK
RGB Variations
Color information
#9300AB (or 0x9300AB) is known color: Dark Magenta. HEX triplet: 93, 00 and AB. RGB value is (147,0,171). Sum of RGB (Red+Green+Blue) = 147+0+171=318 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.23% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #9300AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9300AB is #6CFF54. Grayscale: #3E3E3E. Windows color (decimal): -7143253 or 11206803. OLE color: 11206803.
HSL color Cylindrical-coordinate representation of color #9300AB: hue angle of 291.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9300AB is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 0 | 171 | - |
| CMYK | 0.14 | 1 | 0 | 0.33 |
| HSL | 291.58º | 1% | 0.34% | - |
| HSV(B) | 291.58º | 1% | 0.67% | - |
| XYZ | 19.38 | 9.14 | 39.27 | - |
| YUV | 63.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 171 | 0.14 | 1 | 0 | 0.33 | 291.58 | 1 | 0.34 |
| Hex | 93 | 0 | AB | E | 64 | 0 | 21 | 124 | 64 | 22 |
| Octal | 223 | 0 | 253 | 16 | 144 | 0 | 41 | 444 | 144 | 42 |
| Binary | 10010011 | 0 | 10101011 | 1110 | 1100100 | 0 | 100001 | 100100100 | 1100100 | 100010 |
Color Harmonies of #9300AB
Complementary color
Monochromatic Colors of #9300AB
Black with #9300AB
Text Example
Text Example
White with #9300AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300AB; }
p { color: rgb(147,0,171); }
H1.HeaderClassName
{
color: #9300AB;
}
.AnyTagClassName
{
color: #9300AB;
}
</style>
background-color css
<style>
a { background-color: #9300AB; }
a { background-color: rgb(147,0,171); }
div.DivClassName
{
background-color: #9300AB;
}
.BgClassName
{
background-color: #9300AB;
}
</style>
border-color css
<style>
span { border-color: #9300AB; }
span { border-color: rgb(147,0,171); }
td.TdClassName
{
border-color: #9300AB;
}
.TagClassName
{
border-color: #9300AB;
}
</style>