Shades of Dark Magenta #8C0195
Tints of Dark Magenta #8C0195
RGB
CMYK
RGB Variations
Color information
#8C0195 (or 0x8C0195) is known color: Dark Magenta. HEX triplet: 8C, 01 and 95. RGB value is (140,1,149). Sum of RGB (Red+Green+Blue) = 140+1+149=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C0195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0195 is #73FE6A. Grayscale: #3A3A3A. Windows color (decimal): -7601771 or 9765260. OLE color: 9765260.
HSL color Cylindrical-coordinate representation of color #8C0195: hue angle of 296.35º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C0195 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 1 | 149 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.42 |
| HSL | 296.35º | 0.99% | 0.29% | - |
| HSV(B) | 296.35º | 0.99% | 0.58% | - |
| XYZ | 16.25 | 7.77 | 29.08 | - |
| YUV | 59.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 1 | 149 | 0.06 | 0.99 | 0 | 0.42 | 296.35 | 0.99 | 0.29 |
| Hex | 8C | 1 | 95 | 6 | 63 | 0 | 2A | 128 | 63 | 1D |
| Octal | 214 | 1 | 225 | 6 | 143 | 0 | 52 | 450 | 143 | 35 |
| Binary | 10001100 | 1 | 10010101 | 110 | 1100011 | 0 | 101010 | 100101000 | 1100011 | 11101 |
Color Harmonies of #8C0195
Complementary color
Monochromatic Colors of #8C0195
Black with #8C0195
Text Example
Text Example
White with #8C0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0195; }
p { color: rgb(140,1,149); }
H1.HeaderClassName
{
color: #8C0195;
}
.AnyTagClassName
{
color: #8C0195;
}
</style>
background-color css
<style>
a { background-color: #8C0195; }
a { background-color: rgb(140,1,149); }
div.DivClassName
{
background-color: #8C0195;
}
.BgClassName
{
background-color: #8C0195;
}
</style>
border-color css
<style>
span { border-color: #8C0195; }
span { border-color: rgb(140,1,149); }
td.TdClassName
{
border-color: #8C0195;
}
.TagClassName
{
border-color: #8C0195;
}
</style>