Shades of Dark Magenta #8C09AB
Tints of Dark Magenta #8C09AB
RGB
CMYK
RGB Variations
Color information
#8C09AB (or 0x8C09AB) is known color: Dark Magenta. HEX triplet: 8C, 09 and AB. RGB value is (140,9,171). Sum of RGB (Red+Green+Blue) = 140+9+171=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C09AB is #73F654. Grayscale: #424242. Windows color (decimal): -7599701 or 11209100. OLE color: 11209100.
HSL color Cylindrical-coordinate representation of color #8C09AB: hue angle of 288.52º degrees, saturation: 0.9, 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 #8C09AB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 9 | 171 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.33 |
| HSL | 288.52º | 0.9% | 0.35% | - |
| HSV(B) | 288.52º | 0.95% | 0.67% | - |
| XYZ | 18.26 | 8.71 | 39.25 | - |
| YUV | 66.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 171 | 0.18 | 0.95 | 0 | 0.33 | 288.52 | 0.9 | 0.35 |
| Hex | 8C | 9 | AB | 12 | 5F | 0 | 21 | 121 | 5A | 23 |
| Octal | 214 | 11 | 253 | 22 | 137 | 0 | 41 | 441 | 132 | 43 |
| Binary | 10001100 | 1001 | 10101011 | 10010 | 1011111 | 0 | 100001 | 100100001 | 1011010 | 100011 |
Color Harmonies of #8C09AB
Complementary color
Monochromatic Colors of #8C09AB
Black with #8C09AB
Text Example
Text Example
White with #8C09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09AB; }
p { color: rgb(140,9,171); }
H1.HeaderClassName
{
color: #8C09AB;
}
.AnyTagClassName
{
color: #8C09AB;
}
</style>
background-color css
<style>
a { background-color: #8C09AB; }
a { background-color: rgb(140,9,171); }
div.DivClassName
{
background-color: #8C09AB;
}
.BgClassName
{
background-color: #8C09AB;
}
</style>
border-color css
<style>
span { border-color: #8C09AB; }
span { border-color: rgb(140,9,171); }
td.TdClassName
{
border-color: #8C09AB;
}
.TagClassName
{
border-color: #8C09AB;
}
</style>