Shades of Dark Magenta #8C0F8D
Tints of Dark Magenta #8C0F8D
RGB
CMYK
RGB Variations
Color information
#8C0F8D (or 0x8C0F8D) is known color: Dark Magenta. HEX triplet: 8C, 0F and 8D. RGB value is (140,15,141). Sum of RGB (Red+Green+Blue) = 140+15+141=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C0F8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0F8D is #73F072. Grayscale: #424242. Windows color (decimal): -7598195 or 9244556. OLE color: 9244556.
HSL color Cylindrical-coordinate representation of color #8C0F8D: hue angle of 299.52º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F8D is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 141 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.45 |
| HSL | 299.52º | 0.81% | 0.31% | - |
| HSV(B) | 299.52º | 0.89% | 0.55% | - |
| XYZ | 15.79 | 7.84 | 25.88 | - |
| YUV | 66.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 141 | 0.01 | 0.89 | 0 | 0.45 | 299.52 | 0.81 | 0.31 |
| Hex | 8C | F | 8D | 1 | 59 | 0 | 2D | 12C | 51 | 1F |
| Octal | 214 | 17 | 215 | 1 | 131 | 0 | 55 | 454 | 121 | 37 |
| Binary | 10001100 | 1111 | 10001101 | 1 | 1011001 | 0 | 101101 | 100101100 | 1010001 | 11111 |
Color Harmonies of #8C0F8D
Complementary color
Monochromatic Colors of #8C0F8D
Black with #8C0F8D
Text Example
Text Example
White with #8C0F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F8D; }
p { color: rgb(140,15,141); }
H1.HeaderClassName
{
color: #8C0F8D;
}
.AnyTagClassName
{
color: #8C0F8D;
}
</style>
background-color css
<style>
a { background-color: #8C0F8D; }
a { background-color: rgb(140,15,141); }
div.DivClassName
{
background-color: #8C0F8D;
}
.BgClassName
{
background-color: #8C0F8D;
}
</style>
border-color css
<style>
span { border-color: #8C0F8D; }
span { border-color: rgb(140,15,141); }
td.TdClassName
{
border-color: #8C0F8D;
}
.TagClassName
{
border-color: #8C0F8D;
}
</style>