Shades of Dark Magenta #8C1693
Tints of Dark Magenta #8C1693
RGB
CMYK
RGB Variations
Color information
#8C1693 (or 0x8C1693) is known color: Dark Magenta. HEX triplet: 8C, 16 and 93. RGB value is (140,22,147). Sum of RGB (Red+Green+Blue) = 140+22+147=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1693 is #73E96C. Grayscale: #474747. Windows color (decimal): -7596397 or 9639564. OLE color: 9639564.
HSL color Cylindrical-coordinate representation of color #8C1693: hue angle of 296.64º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C1693 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 22 | 147 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.42 |
| HSL | 296.64º | 0.74% | 0.33% | - |
| HSV(B) | 296.64º | 0.85% | 0.58% | - |
| XYZ | 16.37 | 8.26 | 28.33 | - |
| YUV | 71.53 | 170.59 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 147 | 0.05 | 0.85 | 0 | 0.42 | 296.64 | 0.74 | 0.33 |
| Hex | 8C | 16 | 93 | 5 | 55 | 0 | 2A | 129 | 4A | 21 |
| Octal | 214 | 26 | 223 | 5 | 125 | 0 | 52 | 451 | 112 | 41 |
| Binary | 10001100 | 10110 | 10010011 | 101 | 1010101 | 0 | 101010 | 100101001 | 1001010 | 100001 |
Color Harmonies of #8C1693
Complementary color
Monochromatic Colors of #8C1693
Black with #8C1693
Text Example
Text Example
White with #8C1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1693; }
p { color: rgb(140,22,147); }
H1.HeaderClassName
{
color: #8C1693;
}
.AnyTagClassName
{
color: #8C1693;
}
</style>
background-color css
<style>
a { background-color: #8C1693; }
a { background-color: rgb(140,22,147); }
div.DivClassName
{
background-color: #8C1693;
}
.BgClassName
{
background-color: #8C1693;
}
</style>
border-color css
<style>
span { border-color: #8C1693; }
span { border-color: rgb(140,22,147); }
td.TdClassName
{
border-color: #8C1693;
}
.TagClassName
{
border-color: #8C1693;
}
</style>