Shades of Dark Magenta #8C019C
Tints of Dark Magenta #8C019C
RGB
CMYK
RGB Variations
Color information
#8C019C (or 0x8C019C) is known color: Dark Magenta. HEX triplet: 8C, 01 and 9C. RGB value is (140,1,156). Sum of RGB (Red+Green+Blue) = 140+1+156=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C019C is #73FE63. Grayscale: #3B3B3B. Windows color (decimal): -7601764 or 10224012. OLE color: 10224012.
HSL color Cylindrical-coordinate representation of color #8C019C: hue angle of 293.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C019C is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 1 | 156 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.39 |
| HSL | 293.81º | 0.99% | 0.31% | - |
| HSV(B) | 293.81º | 0.99% | 0.61% | - |
| XYZ | 16.83 | 8 | 32.11 | - |
| YUV | 60.23 | 182.05 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 156 | 0.10 | 0.99 | 0 | 0.39 | 293.81 | 0.99 | 0.31 |
| Hex | 8C | 1 | 9C | A | 63 | 0 | 27 | 126 | 63 | 1F |
| Octal | 214 | 1 | 234 | 12 | 143 | 0 | 47 | 446 | 143 | 37 |
| Binary | 10001100 | 1 | 10011100 | 1010 | 1100011 | 0 | 100111 | 100100110 | 1100011 | 11111 |
Color Harmonies of #8C019C
Complementary color
Monochromatic Colors of #8C019C
Black with #8C019C
Text Example
Text Example
White with #8C019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C019C; }
p { color: rgb(140,1,156); }
H1.HeaderClassName
{
color: #8C019C;
}
.AnyTagClassName
{
color: #8C019C;
}
</style>
background-color css
<style>
a { background-color: #8C019C; }
a { background-color: rgb(140,1,156); }
div.DivClassName
{
background-color: #8C019C;
}
.BgClassName
{
background-color: #8C019C;
}
</style>
border-color css
<style>
span { border-color: #8C019C; }
span { border-color: rgb(140,1,156); }
td.TdClassName
{
border-color: #8C019C;
}
.TagClassName
{
border-color: #8C019C;
}
</style>