Shades of Dark Magenta #9308AB
Tints of Dark Magenta #9308AB
RGB
CMYK
RGB Variations
Color information
#9308AB (or 0x9308AB) is known color: Dark Magenta. HEX triplet: 93, 08 and AB. RGB value is (147,8,171). Sum of RGB (Red+Green+Blue) = 147+8+171=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #9308AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9308AB is #6CF754. Grayscale: #434343. Windows color (decimal): -7141205 or 11208851. OLE color: 11208851.
HSL color Cylindrical-coordinate representation of color #9308AB: hue angle of 291.17º 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 #9308AB is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 8 | 171 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.33 |
| HSL | 291.17º | 0.91% | 0.35% | - |
| HSV(B) | 291.17º | 0.95% | 0.67% | - |
| XYZ | 19.47 | 9.32 | 39.3 | - |
| YUV | 68.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 171 | 0.14 | 0.95 | 0 | 0.33 | 291.17 | 0.91 | 0.35 |
| Hex | 93 | 8 | AB | E | 5F | 0 | 21 | 123 | 5B | 23 |
| Octal | 223 | 10 | 253 | 16 | 137 | 0 | 41 | 443 | 133 | 43 |
| Binary | 10010011 | 1000 | 10101011 | 1110 | 1011111 | 0 | 100001 | 100100011 | 1011011 | 100011 |
Color Harmonies of #9308AB
Complementary color
Monochromatic Colors of #9308AB
Black with #9308AB
Text Example
Text Example
White with #9308AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308AB; }
p { color: rgb(147,8,171); }
H1.HeaderClassName
{
color: #9308AB;
}
.AnyTagClassName
{
color: #9308AB;
}
</style>
background-color css
<style>
a { background-color: #9308AB; }
a { background-color: rgb(147,8,171); }
div.DivClassName
{
background-color: #9308AB;
}
.BgClassName
{
background-color: #9308AB;
}
</style>
border-color css
<style>
span { border-color: #9308AB; }
span { border-color: rgb(147,8,171); }
td.TdClassName
{
border-color: #9308AB;
}
.TagClassName
{
border-color: #9308AB;
}
</style>