Shades of Dark Magenta #8C0798
Tints of Dark Magenta #8C0798
RGB
CMYK
RGB Variations
Color information
#8C0798 (or 0x8C0798) is known color: Dark Magenta. HEX triplet: 8C, 07 and 98. RGB value is (140,7,152). Sum of RGB (Red+Green+Blue) = 140+7+152=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C0798 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0798 is #73F867. Grayscale: #3E3E3E. Windows color (decimal): -7600232 or 9963404. OLE color: 9963404.
HSL color Cylindrical-coordinate representation of color #8C0798: hue angle of 295.03º 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 #8C0798 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 7 | 152 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.40 |
| HSL | 295.03º | 0.91% | 0.31% | - |
| HSV(B) | 295.03º | 0.95% | 0.6% | - |
| XYZ | 16.56 | 7.99 | 30.38 | - |
| YUV | 63.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 152 | 0.08 | 0.95 | 0 | 0.40 | 295.03 | 0.91 | 0.31 |
| Hex | 8C | 7 | 98 | 8 | 5F | 0 | 28 | 127 | 5B | 1F |
| Octal | 214 | 7 | 230 | 10 | 137 | 0 | 50 | 447 | 133 | 37 |
| Binary | 10001100 | 111 | 10011000 | 1000 | 1011111 | 0 | 101000 | 100100111 | 1011011 | 11111 |
Color Harmonies of #8C0798
Complementary color
Monochromatic Colors of #8C0798
Black with #8C0798
Text Example
Text Example
White with #8C0798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0798; }
p { color: rgb(140,7,152); }
H1.HeaderClassName
{
color: #8C0798;
}
.AnyTagClassName
{
color: #8C0798;
}
</style>
background-color css
<style>
a { background-color: #8C0798; }
a { background-color: rgb(140,7,152); }
div.DivClassName
{
background-color: #8C0798;
}
.BgClassName
{
background-color: #8C0798;
}
</style>
border-color css
<style>
span { border-color: #8C0798; }
span { border-color: rgb(140,7,152); }
td.TdClassName
{
border-color: #8C0798;
}
.TagClassName
{
border-color: #8C0798;
}
</style>