Shades of Dark Magenta #8C0495
Tints of Dark Magenta #8C0495
RGB
CMYK
RGB Variations
Color information
#8C0495 (or 0x8C0495) is known color: Dark Magenta. HEX triplet: 8C, 04 and 95. RGB value is (140,4,149). Sum of RGB (Red+Green+Blue) = 140+4+149=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0495 is #73FB6A. Grayscale: #3C3C3C. Windows color (decimal): -7601003 or 9766028. OLE color: 9766028.
HSL color Cylindrical-coordinate representation of color #8C0495: hue angle of 296.28º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C0495 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 4 | 149 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.42 |
| HSL | 296.28º | 0.95% | 0.3% | - |
| HSV(B) | 296.28º | 0.97% | 0.58% | - |
| XYZ | 16.28 | 7.83 | 29.09 | - |
| YUV | 61.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 149 | 0.06 | 0.97 | 0 | 0.42 | 296.28 | 0.95 | 0.3 |
| Hex | 8C | 4 | 95 | 6 | 61 | 0 | 2A | 128 | 5F | 1E |
| Octal | 214 | 4 | 225 | 6 | 141 | 0 | 52 | 450 | 137 | 36 |
| Binary | 10001100 | 100 | 10010101 | 110 | 1100001 | 0 | 101010 | 100101000 | 1011111 | 11110 |
Color Harmonies of #8C0495
Complementary color
Monochromatic Colors of #8C0495
Black with #8C0495
Text Example
Text Example
White with #8C0495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0495; }
p { color: rgb(140,4,149); }
H1.HeaderClassName
{
color: #8C0495;
}
.AnyTagClassName
{
color: #8C0495;
}
</style>
background-color css
<style>
a { background-color: #8C0495; }
a { background-color: rgb(140,4,149); }
div.DivClassName
{
background-color: #8C0495;
}
.BgClassName
{
background-color: #8C0495;
}
</style>
border-color css
<style>
span { border-color: #8C0495; }
span { border-color: rgb(140,4,149); }
td.TdClassName
{
border-color: #8C0495;
}
.TagClassName
{
border-color: #8C0495;
}
</style>