Shades of Dark Magenta #8C018F
Tints of Dark Magenta #8C018F
RGB
CMYK
RGB Variations
Color information
#8C018F (or 0x8C018F) is known color: Dark Magenta. HEX triplet: 8C, 01 and 8F. RGB value is (140,1,143). Sum of RGB (Red+Green+Blue) = 140+1+143=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #8C018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C018F is #73FE70. Grayscale: #3A3A3A. Windows color (decimal): -7601777 or 9372044. OLE color: 9372044.
HSL color Cylindrical-coordinate representation of color #8C018F: hue angle of 298.73º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C018F is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 1 | 143 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.44 |
| HSL | 298.73º | 0.99% | 0.28% | - |
| HSV(B) | 298.73º | 0.99% | 0.56% | - |
| XYZ | 15.78 | 7.58 | 26.62 | - |
| YUV | 58.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 143 | 0.02 | 0.99 | 0 | 0.44 | 298.73 | 0.99 | 0.28 |
| Hex | 8C | 1 | 8F | 2 | 63 | 0 | 2C | 12B | 63 | 1C |
| Octal | 214 | 1 | 217 | 2 | 143 | 0 | 54 | 453 | 143 | 34 |
| Binary | 10001100 | 1 | 10001111 | 10 | 1100011 | 0 | 101100 | 100101011 | 1100011 | 11100 |
Color Harmonies of #8C018F
Complementary color
Monochromatic Colors of #8C018F
Black with #8C018F
Text Example
Text Example
White with #8C018F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C018F; }
p { color: rgb(140,1,143); }
H1.HeaderClassName
{
color: #8C018F;
}
.AnyTagClassName
{
color: #8C018F;
}
</style>
background-color css
<style>
a { background-color: #8C018F; }
a { background-color: rgb(140,1,143); }
div.DivClassName
{
background-color: #8C018F;
}
.BgClassName
{
background-color: #8C018F;
}
</style>
border-color css
<style>
span { border-color: #8C018F; }
span { border-color: rgb(140,1,143); }
td.TdClassName
{
border-color: #8C018F;
}
.TagClassName
{
border-color: #8C018F;
}
</style>