Shades of Dark Magenta #9300AC
Tints of Dark Magenta #9300AC
RGB
CMYK
RGB Variations
Color information
#9300AC (or 0x9300AC) is known color: Dark Magenta. HEX triplet: 93, 00 and AC. RGB value is (147,0,172). Sum of RGB (Red+Green+Blue) = 147+0+172=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #9300AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9300AC is #6CFF53. Grayscale: #3F3F3F. Windows color (decimal): -7143252 or 11272339. OLE color: 11272339.
HSL color Cylindrical-coordinate representation of color #9300AC: hue angle of 291.28º 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 #9300AC is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 0 | 172 | - |
| CMYK | 0.15 | 1 | 0 | 0.33 |
| HSL | 291.28º | 1% | 0.34% | - |
| HSV(B) | 291.28º | 1% | 0.67% | - |
| XYZ | 19.48 | 9.18 | 39.78 | - |
| YUV | 63.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 172 | 0.15 | 1 | 0 | 0.33 | 291.28 | 1 | 0.34 |
| Hex | 93 | 0 | AC | F | 64 | 0 | 21 | 123 | 64 | 22 |
| Octal | 223 | 0 | 254 | 17 | 144 | 0 | 41 | 443 | 144 | 42 |
| Binary | 10010011 | 0 | 10101100 | 1111 | 1100100 | 0 | 100001 | 100100011 | 1100100 | 100010 |
Color Harmonies of #9300AC
Complementary color
Monochromatic Colors of #9300AC
Black with #9300AC
Text Example
Text Example
White with #9300AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9300AC; }
p { color: rgb(147,0,172); }
H1.HeaderClassName
{
color: #9300AC;
}
.AnyTagClassName
{
color: #9300AC;
}
</style>
background-color css
<style>
a { background-color: #9300AC; }
a { background-color: rgb(147,0,172); }
div.DivClassName
{
background-color: #9300AC;
}
.BgClassName
{
background-color: #9300AC;
}
</style>
border-color css
<style>
span { border-color: #9300AC; }
span { border-color: rgb(147,0,172); }
td.TdClassName
{
border-color: #9300AC;
}
.TagClassName
{
border-color: #9300AC;
}
</style>