Shades of Dark Magenta #8C0685
Tints of Dark Magenta #8C0685
RGB
CMYK
RGB Variations
Color information
#8C0685 (or 0x8C0685) is known color: Dark Magenta. HEX triplet: 8C, 06 and 85. RGB value is (140,6,133). Sum of RGB (Red+Green+Blue) = 140+6+133=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0685 is #73F97A. Grayscale: #3C3C3C. Windows color (decimal): -7600507 or 8717964. OLE color: 8717964.
HSL color Cylindrical-coordinate representation of color #8C0685: hue angle of 303.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0685 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.45 |
| HSL | 303.13º | 0.92% | 0.29% | - |
| HSV(B) | 303.13º | 0.96% | 0.55% | - |
| XYZ | 15.11 | 7.4 | 22.82 | - |
| YUV | 60.54 | 168.89 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 133 | 0 | 0.96 | 0.05 | 0.45 | 303.13 | 0.92 | 0.29 |
| Hex | 8C | 6 | 85 | 0 | 60 | 5 | 2D | 12F | 5C | 1D |
| Octal | 214 | 6 | 205 | 0 | 140 | 5 | 55 | 457 | 134 | 35 |
| Binary | 10001100 | 110 | 10000101 | 0 | 1100000 | 101 | 101101 | 100101111 | 1011100 | 11101 |
Color Harmonies of #8C0685
Complementary color
Monochromatic Colors of #8C0685
Black with #8C0685
Text Example
Text Example
White with #8C0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0685; }
p { color: rgb(140,6,133); }
H1.HeaderClassName
{
color: #8C0685;
}
.AnyTagClassName
{
color: #8C0685;
}
</style>
background-color css
<style>
a { background-color: #8C0685; }
a { background-color: rgb(140,6,133); }
div.DivClassName
{
background-color: #8C0685;
}
.BgClassName
{
background-color: #8C0685;
}
</style>
border-color css
<style>
span { border-color: #8C0685; }
span { border-color: rgb(140,6,133); }
td.TdClassName
{
border-color: #8C0685;
}
.TagClassName
{
border-color: #8C0685;
}
</style>