Shades of Dark Magenta #8C019E
Tints of Dark Magenta #8C019E
RGB
CMYK
RGB Variations
Color information
#8C019E (or 0x8C019E) is known color: Dark Magenta. HEX triplet: 8C, 01 and 9E. RGB value is (140,1,158). Sum of RGB (Red+Green+Blue) = 140+1+158=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #8C019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C019E is #73FE61. Grayscale: #3B3B3B. Windows color (decimal): -7601762 or 10355084. OLE color: 10355084.
HSL color Cylindrical-coordinate representation of color #8C019E: hue angle of 293.12º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C019E is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 1 | 158 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.38 |
| HSL | 293.12º | 0.99% | 0.31% | - |
| HSV(B) | 293.12º | 0.99% | 0.62% | - |
| XYZ | 17 | 8.07 | 33.01 | - |
| YUV | 60.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 158 | 0.11 | 0.99 | 0 | 0.38 | 293.12 | 0.99 | 0.31 |
| Hex | 8C | 1 | 9E | B | 63 | 0 | 26 | 125 | 63 | 1F |
| Octal | 214 | 1 | 236 | 13 | 143 | 0 | 46 | 445 | 143 | 37 |
| Binary | 10001100 | 1 | 10011110 | 1011 | 1100011 | 0 | 100110 | 100100101 | 1100011 | 11111 |
Color Harmonies of #8C019E
Complementary color
Monochromatic Colors of #8C019E
Black with #8C019E
Text Example
Text Example
White with #8C019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C019E; }
p { color: rgb(140,1,158); }
H1.HeaderClassName
{
color: #8C019E;
}
.AnyTagClassName
{
color: #8C019E;
}
</style>
background-color css
<style>
a { background-color: #8C019E; }
a { background-color: rgb(140,1,158); }
div.DivClassName
{
background-color: #8C019E;
}
.BgClassName
{
background-color: #8C019E;
}
</style>
border-color css
<style>
span { border-color: #8C019E; }
span { border-color: rgb(140,1,158); }
td.TdClassName
{
border-color: #8C019E;
}
.TagClassName
{
border-color: #8C019E;
}
</style>