Shades of Dark Magenta #9305AC
Tints of Dark Magenta #9305AC
RGB
CMYK
RGB Variations
Color information
#9305AC (or 0x9305AC) is known color: Dark Magenta. HEX triplet: 93, 05 and AC. RGB value is (147,5,172). Sum of RGB (Red+Green+Blue) = 147+5+172=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #9305AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9305AC is #6CFA53. Grayscale: #414141. Windows color (decimal): -7141972 or 11273619. OLE color: 11273619.
HSL color Cylindrical-coordinate representation of color #9305AC: hue angle of 291.02º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9305AC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 5 | 172 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.33 |
| HSL | 291.02º | 0.94% | 0.35% | - |
| HSV(B) | 291.02º | 0.97% | 0.67% | - |
| XYZ | 19.53 | 9.29 | 39.79 | - |
| YUV | 66.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 172 | 0.15 | 0.97 | 0 | 0.33 | 291.02 | 0.94 | 0.35 |
| Hex | 93 | 5 | AC | F | 61 | 0 | 21 | 123 | 5E | 23 |
| Octal | 223 | 5 | 254 | 17 | 141 | 0 | 41 | 443 | 136 | 43 |
| Binary | 10010011 | 101 | 10101100 | 1111 | 1100001 | 0 | 100001 | 100100011 | 1011110 | 100011 |
Color Harmonies of #9305AC
Complementary color
Monochromatic Colors of #9305AC
Black with #9305AC
Text Example
Text Example
White with #9305AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305AC; }
p { color: rgb(147,5,172); }
H1.HeaderClassName
{
color: #9305AC;
}
.AnyTagClassName
{
color: #9305AC;
}
</style>
background-color css
<style>
a { background-color: #9305AC; }
a { background-color: rgb(147,5,172); }
div.DivClassName
{
background-color: #9305AC;
}
.BgClassName
{
background-color: #9305AC;
}
</style>
border-color css
<style>
span { border-color: #9305AC; }
span { border-color: rgb(147,5,172); }
td.TdClassName
{
border-color: #9305AC;
}
.TagClassName
{
border-color: #9305AC;
}
</style>