Shades of Dark Magenta #8C0795
Tints of Dark Magenta #8C0795
RGB
CMYK
RGB Variations
Color information
#8C0795 (or 0x8C0795) is known color: Dark Magenta. HEX triplet: 8C, 07 and 95. RGB value is (140,7,149). Sum of RGB (Red+Green+Blue) = 140+7+149=296 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.30% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0795 is #73F86A. Grayscale: #3E3E3E. Windows color (decimal): -7600235 or 9766796. OLE color: 9766796.
HSL color Cylindrical-coordinate representation of color #8C0795: hue angle of 296.2º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0795 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 7 | 149 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.42 |
| HSL | 296.2º | 0.91% | 0.31% | - |
| HSV(B) | 296.2º | 0.95% | 0.58% | - |
| XYZ | 16.32 | 7.9 | 29.1 | - |
| YUV | 62.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 149 | 0.06 | 0.95 | 0 | 0.42 | 296.2 | 0.91 | 0.31 |
| Hex | 8C | 7 | 95 | 6 | 5F | 0 | 2A | 128 | 5B | 1F |
| Octal | 214 | 7 | 225 | 6 | 137 | 0 | 52 | 450 | 133 | 37 |
| Binary | 10001100 | 111 | 10010101 | 110 | 1011111 | 0 | 101010 | 100101000 | 1011011 | 11111 |
Color Harmonies of #8C0795
Complementary color
Monochromatic Colors of #8C0795
Black with #8C0795
Text Example
Text Example
White with #8C0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0795; }
p { color: rgb(140,7,149); }
H1.HeaderClassName
{
color: #8C0795;
}
.AnyTagClassName
{
color: #8C0795;
}
</style>
background-color css
<style>
a { background-color: #8C0795; }
a { background-color: rgb(140,7,149); }
div.DivClassName
{
background-color: #8C0795;
}
.BgClassName
{
background-color: #8C0795;
}
</style>
border-color css
<style>
span { border-color: #8C0795; }
span { border-color: rgb(140,7,149); }
td.TdClassName
{
border-color: #8C0795;
}
.TagClassName
{
border-color: #8C0795;
}
</style>