Shades of Dark Magenta #8C08AB
Tints of Dark Magenta #8C08AB
RGB
CMYK
RGB Variations
Color information
#8C08AB (or 0x8C08AB) is known color: Dark Magenta. HEX triplet: 8C, 08 and AB. RGB value is (140,8,171). Sum of RGB (Red+Green+Blue) = 140+8+171=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C08AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C08AB is #73F754. Grayscale: #414141. Windows color (decimal): -7599957 or 11208844. OLE color: 11208844.
HSL color Cylindrical-coordinate representation of color #8C08AB: hue angle of 288.59º 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 #8C08AB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 8 | 171 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.33 |
| HSL | 288.59º | 0.91% | 0.35% | - |
| HSV(B) | 288.59º | 0.95% | 0.67% | - |
| XYZ | 18.25 | 8.69 | 39.24 | - |
| YUV | 66.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 171 | 0.18 | 0.95 | 0 | 0.33 | 288.59 | 0.91 | 0.35 |
| Hex | 8C | 8 | AB | 12 | 5F | 0 | 21 | 121 | 5B | 23 |
| Octal | 214 | 10 | 253 | 22 | 137 | 0 | 41 | 441 | 133 | 43 |
| Binary | 10001100 | 1000 | 10101011 | 10010 | 1011111 | 0 | 100001 | 100100001 | 1011011 | 100011 |
Color Harmonies of #8C08AB
Complementary color
Monochromatic Colors of #8C08AB
Black with #8C08AB
Text Example
Text Example
White with #8C08AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C08AB; }
p { color: rgb(140,8,171); }
H1.HeaderClassName
{
color: #8C08AB;
}
.AnyTagClassName
{
color: #8C08AB;
}
</style>
background-color css
<style>
a { background-color: #8C08AB; }
a { background-color: rgb(140,8,171); }
div.DivClassName
{
background-color: #8C08AB;
}
.BgClassName
{
background-color: #8C08AB;
}
</style>
border-color css
<style>
span { border-color: #8C08AB; }
span { border-color: rgb(140,8,171); }
td.TdClassName
{
border-color: #8C08AB;
}
.TagClassName
{
border-color: #8C08AB;
}
</style>