Shades of Dark Magenta #8C019A
Tints of Dark Magenta #8C019A
RGB
CMYK
RGB Variations
Color information
#8C019A (or 0x8C019A) is known color: Dark Magenta. HEX triplet: 8C, 01 and 9A. RGB value is (140,1,154). Sum of RGB (Red+Green+Blue) = 140+1+154=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C019A is #73FE65. Grayscale: #3B3B3B. Windows color (decimal): -7601766 or 10092940. OLE color: 10092940.
HSL color Cylindrical-coordinate representation of color #8C019A: hue angle of 294.51º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C019A is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 1 | 154 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.40 |
| HSL | 294.51º | 0.99% | 0.3% | - |
| HSV(B) | 294.51º | 0.99% | 0.6% | - |
| XYZ | 16.66 | 7.93 | 31.22 | - |
| YUV | 60 | 181.05 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 154 | 0.09 | 0.99 | 0 | 0.40 | 294.51 | 0.99 | 0.3 |
| Hex | 8C | 1 | 9A | 9 | 63 | 0 | 28 | 127 | 63 | 1E |
| Octal | 214 | 1 | 232 | 11 | 143 | 0 | 50 | 447 | 143 | 36 |
| Binary | 10001100 | 1 | 10011010 | 1001 | 1100011 | 0 | 101000 | 100100111 | 1100011 | 11110 |
Color Harmonies of #8C019A
Complementary color
Monochromatic Colors of #8C019A
Black with #8C019A
Text Example
Text Example
White with #8C019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C019A; }
p { color: rgb(140,1,154); }
H1.HeaderClassName
{
color: #8C019A;
}
.AnyTagClassName
{
color: #8C019A;
}
</style>
background-color css
<style>
a { background-color: #8C019A; }
a { background-color: rgb(140,1,154); }
div.DivClassName
{
background-color: #8C019A;
}
.BgClassName
{
background-color: #8C019A;
}
</style>
border-color css
<style>
span { border-color: #8C019A; }
span { border-color: rgb(140,1,154); }
td.TdClassName
{
border-color: #8C019A;
}
.TagClassName
{
border-color: #8C019A;
}
</style>