Shades of Dark Magenta #8C0D95
Tints of Dark Magenta #8C0D95
RGB
CMYK
RGB Variations
Color information
#8C0D95 (or 0x8C0D95) is known color: Dark Magenta. HEX triplet: 8C, 0D and 95. RGB value is (140,13,149). Sum of RGB (Red+Green+Blue) = 140+13+149=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0D95 is #73F26A. Grayscale: #424242. Windows color (decimal): -7598699 or 9768332. OLE color: 9768332.
HSL color Cylindrical-coordinate representation of color #8C0D95: hue angle of 296.03º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D95 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 13 | 149 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.42 |
| HSL | 296.03º | 0.84% | 0.32% | - |
| HSV(B) | 296.03º | 0.91% | 0.58% | - |
| XYZ | 16.38 | 8.03 | 29.12 | - |
| YUV | 66.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 13 | 149 | 0.06 | 0.91 | 0 | 0.42 | 296.03 | 0.84 | 0.32 |
| Hex | 8C | D | 95 | 6 | 5B | 0 | 2A | 128 | 54 | 20 |
| Octal | 214 | 15 | 225 | 6 | 133 | 0 | 52 | 450 | 124 | 40 |
| Binary | 10001100 | 1101 | 10010101 | 110 | 1011011 | 0 | 101010 | 100101000 | 1010100 | 100000 |
Color Harmonies of #8C0D95
Complementary color
Monochromatic Colors of #8C0D95
Black with #8C0D95
Text Example
Text Example
White with #8C0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0D95; }
p { color: rgb(140,13,149); }
H1.HeaderClassName
{
color: #8C0D95;
}
.AnyTagClassName
{
color: #8C0D95;
}
</style>
background-color css
<style>
a { background-color: #8C0D95; }
a { background-color: rgb(140,13,149); }
div.DivClassName
{
background-color: #8C0D95;
}
.BgClassName
{
background-color: #8C0D95;
}
</style>
border-color css
<style>
span { border-color: #8C0D95; }
span { border-color: rgb(140,13,149); }
td.TdClassName
{
border-color: #8C0D95;
}
.TagClassName
{
border-color: #8C0D95;
}
</style>