Shades of Dark Magenta #9309A3
Tints of Dark Magenta #9309A3
RGB
CMYK
RGB Variations
Color information
#9309A3 (or 0x9309A3) is known color: Dark Magenta. HEX triplet: 93, 09 and A3. RGB value is (147,9,163). Sum of RGB (Red+Green+Blue) = 147+9+163=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 163 (64.06% from 255 or 51.10% from 319); Max value from RGB is 163 - color contains mainly: blue. Hex color #9309A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9309A3 is #6CF65C. Grayscale: #434343. Windows color (decimal): -7140957 or 10684819. OLE color: 10684819.
HSL color Cylindrical-coordinate representation of color #9309A3: hue angle of 293.77º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9309A3 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 9 | 163 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.36 |
| HSL | 293.77º | 0.9% | 0.34% | - |
| HSV(B) | 293.77º | 0.94% | 0.64% | - |
| XYZ | 18.74 | 9.04 | 35.41 | - |
| YUV | 67.82 | 181.72 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 163 | 0.10 | 0.94 | 0 | 0.36 | 293.77 | 0.9 | 0.34 |
| Hex | 93 | 9 | A3 | A | 5E | 0 | 24 | 126 | 5A | 22 |
| Octal | 223 | 11 | 243 | 12 | 136 | 0 | 44 | 446 | 132 | 42 |
| Binary | 10010011 | 1001 | 10100011 | 1010 | 1011110 | 0 | 100100 | 100100110 | 1011010 | 100010 |
Color Harmonies of #9309A3
Complementary color
Monochromatic Colors of #9309A3
Black with #9309A3
Text Example
Text Example
White with #9309A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9309A3; }
p { color: rgb(147,9,163); }
H1.HeaderClassName
{
color: #9309A3;
}
.AnyTagClassName
{
color: #9309A3;
}
</style>
background-color css
<style>
a { background-color: #9309A3; }
a { background-color: rgb(147,9,163); }
div.DivClassName
{
background-color: #9309A3;
}
.BgClassName
{
background-color: #9309A3;
}
</style>
border-color css
<style>
span { border-color: #9309A3; }
span { border-color: rgb(147,9,163); }
td.TdClassName
{
border-color: #9309A3;
}
.TagClassName
{
border-color: #9309A3;
}
</style>