Shades of Dark Magenta #8D0799
Tints of Dark Magenta #8D0799
RGB
CMYK
RGB Variations
Color information
#8D0799 (or 0x8D0799) is known color: Dark Magenta. HEX triplet: 8D, 07 and 99. RGB value is (141,7,153). Sum of RGB (Red+Green+Blue) = 141+7+153=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D0799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0799 is #72F866. Grayscale: #3F3F3F. Windows color (decimal): -7534695 or 10028941. OLE color: 10028941.
HSL color Cylindrical-coordinate representation of color #8D0799: hue angle of 295.07º 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 #8D0799 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 7 | 153 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.4 |
| HSL | 295.07º | 0.91% | 0.31% | - |
| HSV(B) | 295.07º | 0.95% | 0.6% | - |
| XYZ | 16.81 | 8.11 | 30.82 | - |
| YUV | 63.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 153 | 0.08 | 0.95 | 0 | 0.4 | 295.07 | 0.91 | 0.31 |
| Hex | 8D | 7 | 99 | 8 | 5F | 0 | 28 | 127 | 5B | 1F |
| Octal | 215 | 7 | 231 | 10 | 137 | 0 | 50 | 447 | 133 | 37 |
| Binary | 10001101 | 111 | 10011001 | 1000 | 1011111 | 0 | 101000 | 100100111 | 1011011 | 11111 |
Color Harmonies of #8D0799
Complementary color
Monochromatic Colors of #8D0799
Black with #8D0799
Text Example
Text Example
White with #8D0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0799; }
p { color: rgb(141,7,153); }
H1.HeaderClassName
{
color: #8D0799;
}
.AnyTagClassName
{
color: #8D0799;
}
</style>
background-color css
<style>
a { background-color: #8D0799; }
a { background-color: rgb(141,7,153); }
div.DivClassName
{
background-color: #8D0799;
}
.BgClassName
{
background-color: #8D0799;
}
</style>
border-color css
<style>
span { border-color: #8D0799; }
span { border-color: rgb(141,7,153); }
td.TdClassName
{
border-color: #8D0799;
}
.TagClassName
{
border-color: #8D0799;
}
</style>