Shades of Dark Magenta #9308AD
Tints of Dark Magenta #9308AD
RGB
CMYK
RGB Variations
Color information
#9308AD (or 0x9308AD) is known color: Dark Magenta. HEX triplet: 93, 08 and AD. RGB value is (147,8,173). Sum of RGB (Red+Green+Blue) = 147+8+173=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 8 (3.52% from 255 or 2.44% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #9308AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308AD is #6CF752. Grayscale: #434343. Windows color (decimal): -7141203 or 11339923. OLE color: 11339923.
HSL color Cylindrical-coordinate representation of color #9308AD: hue angle of 290.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9308AD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 8 | 173 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.32 |
| HSL | 290.55º | 0.91% | 0.35% | - |
| HSV(B) | 290.55º | 0.95% | 0.68% | - |
| XYZ | 19.66 | 9.39 | 40.31 | - |
| YUV | 68.37 | 187.05 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 173 | 0.15 | 0.95 | 0 | 0.32 | 290.55 | 0.91 | 0.35 |
| Hex | 93 | 8 | AD | F | 5F | 0 | 20 | 123 | 5B | 23 |
| Octal | 223 | 10 | 255 | 17 | 137 | 0 | 40 | 443 | 133 | 43 |
| Binary | 10010011 | 1000 | 10101101 | 1111 | 1011111 | 0 | 100000 | 100100011 | 1011011 | 100011 |
Color Harmonies of #9308AD
Complementary color
Monochromatic Colors of #9308AD
Black with #9308AD
Text Example
Text Example
White with #9308AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308AD; }
p { color: rgb(147,8,173); }
H1.HeaderClassName
{
color: #9308AD;
}
.AnyTagClassName
{
color: #9308AD;
}
</style>
background-color css
<style>
a { background-color: #9308AD; }
a { background-color: rgb(147,8,173); }
div.DivClassName
{
background-color: #9308AD;
}
.BgClassName
{
background-color: #9308AD;
}
</style>
border-color css
<style>
span { border-color: #9308AD; }
span { border-color: rgb(147,8,173); }
td.TdClassName
{
border-color: #9308AD;
}
.TagClassName
{
border-color: #9308AD;
}
</style>