Shades of Dark Magenta #8C0799
Tints of Dark Magenta #8C0799
RGB
CMYK
RGB Variations
Color information
#8C0799 (or 0x8C0799) is known color: Dark Magenta. HEX triplet: 8C, 07 and 99. RGB value is (140,7,153). Sum of RGB (Red+Green+Blue) = 140+7+153=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0799 is #73F866. Grayscale: #3E3E3E. Windows color (decimal): -7600231 or 10028940. OLE color: 10028940.
HSL color Cylindrical-coordinate representation of color #8C0799: hue angle of 294.66º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0799 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 7 | 153 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.4 |
| HSL | 294.66º | 0.91% | 0.31% | - |
| HSV(B) | 294.66º | 0.95% | 0.6% | - |
| XYZ | 16.64 | 8.03 | 30.81 | - |
| YUV | 63.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 153 | 0.08 | 0.95 | 0 | 0.4 | 294.66 | 0.91 | 0.31 |
| Hex | 8C | 7 | 99 | 8 | 5F | 0 | 28 | 127 | 5B | 1F |
| Octal | 214 | 7 | 231 | 10 | 137 | 0 | 50 | 447 | 133 | 37 |
| Binary | 10001100 | 111 | 10011001 | 1000 | 1011111 | 0 | 101000 | 100100111 | 1011011 | 11111 |
Color Harmonies of #8C0799
Complementary color
Monochromatic Colors of #8C0799
Black with #8C0799
Text Example
Text Example
White with #8C0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0799; }
p { color: rgb(140,7,153); }
H1.HeaderClassName
{
color: #8C0799;
}
.AnyTagClassName
{
color: #8C0799;
}
</style>
background-color css
<style>
a { background-color: #8C0799; }
a { background-color: rgb(140,7,153); }
div.DivClassName
{
background-color: #8C0799;
}
.BgClassName
{
background-color: #8C0799;
}
</style>
border-color css
<style>
span { border-color: #8C0799; }
span { border-color: rgb(140,7,153); }
td.TdClassName
{
border-color: #8C0799;
}
.TagClassName
{
border-color: #8C0799;
}
</style>