Shades of Dark Magenta #8C0693
Tints of Dark Magenta #8C0693
RGB
CMYK
RGB Variations
Color information
#8C0693 (or 0x8C0693) is known color: Dark Magenta. HEX triplet: 8C, 06 and 93. RGB value is (140,6,147). Sum of RGB (Red+Green+Blue) = 140+6+147=293 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.78% from 293); Green value is 6 (2.73% from 255 or 2.05% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C0693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0693 is #73F96C. Grayscale: #3D3D3D. Windows color (decimal): -7600493 or 9635468. OLE color: 9635468.
HSL color Cylindrical-coordinate representation of color #8C0693: hue angle of 297.02º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0693 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 6 | 147 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.42 |
| HSL | 297.02º | 0.92% | 0.3% | - |
| HSV(B) | 297.02º | 0.96% | 0.58% | - |
| XYZ | 16.15 | 7.81 | 28.26 | - |
| YUV | 62.14 | 175.89 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 147 | 0.05 | 0.96 | 0 | 0.42 | 297.02 | 0.92 | 0.3 |
| Hex | 8C | 6 | 93 | 5 | 60 | 0 | 2A | 129 | 5C | 1E |
| Octal | 214 | 6 | 223 | 5 | 140 | 0 | 52 | 451 | 134 | 36 |
| Binary | 10001100 | 110 | 10010011 | 101 | 1100000 | 0 | 101010 | 100101001 | 1011100 | 11110 |
Color Harmonies of #8C0693
Complementary color
Monochromatic Colors of #8C0693
Black with #8C0693
Text Example
Text Example
White with #8C0693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0693; }
p { color: rgb(140,6,147); }
H1.HeaderClassName
{
color: #8C0693;
}
.AnyTagClassName
{
color: #8C0693;
}
</style>
background-color css
<style>
a { background-color: #8C0693; }
a { background-color: rgb(140,6,147); }
div.DivClassName
{
background-color: #8C0693;
}
.BgClassName
{
background-color: #8C0693;
}
</style>
border-color css
<style>
span { border-color: #8C0693; }
span { border-color: rgb(140,6,147); }
td.TdClassName
{
border-color: #8C0693;
}
.TagClassName
{
border-color: #8C0693;
}
</style>