Shades of Dark Magenta #9308AC
Tints of Dark Magenta #9308AC
RGB
CMYK
RGB Variations
Color information
#9308AC (or 0x9308AC) is known color: Dark Magenta. HEX triplet: 93, 08 and AC. RGB value is (147,8,172). Sum of RGB (Red+Green+Blue) = 147+8+172=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #9308AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308AC is #6CF753. Grayscale: #434343. Windows color (decimal): -7141204 or 11274387. OLE color: 11274387.
HSL color Cylindrical-coordinate representation of color #9308AC: hue angle of 290.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9308AC is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 8 | 172 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.33 |
| HSL | 290.85º | 0.91% | 0.35% | - |
| HSV(B) | 290.85º | 0.95% | 0.67% | - |
| XYZ | 19.57 | 9.36 | 39.8 | - |
| YUV | 68.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 172 | 0.15 | 0.95 | 0 | 0.33 | 290.85 | 0.91 | 0.35 |
| Hex | 93 | 8 | AC | F | 5F | 0 | 21 | 123 | 5B | 23 |
| Octal | 223 | 10 | 254 | 17 | 137 | 0 | 41 | 443 | 133 | 43 |
| Binary | 10010011 | 1000 | 10101100 | 1111 | 1011111 | 0 | 100001 | 100100011 | 1011011 | 100011 |
Color Harmonies of #9308AC
Complementary color
Monochromatic Colors of #9308AC
Black with #9308AC
Text Example
Text Example
White with #9308AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308AC; }
p { color: rgb(147,8,172); }
H1.HeaderClassName
{
color: #9308AC;
}
.AnyTagClassName
{
color: #9308AC;
}
</style>
background-color css
<style>
a { background-color: #9308AC; }
a { background-color: rgb(147,8,172); }
div.DivClassName
{
background-color: #9308AC;
}
.BgClassName
{
background-color: #9308AC;
}
</style>
border-color css
<style>
span { border-color: #9308AC; }
span { border-color: rgb(147,8,172); }
td.TdClassName
{
border-color: #9308AC;
}
.TagClassName
{
border-color: #9308AC;
}
</style>