Shades of Dark Magenta #8D0892
Tints of Dark Magenta #8D0892
RGB
CMYK
RGB Variations
Color information
#8D0892 (or 0x8D0892) is known color: Dark Magenta. HEX triplet: 8D, 08 and 92. RGB value is (141,8,146). Sum of RGB (Red+Green+Blue) = 141+8+146=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #8D0892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0892 is #72F76D. Grayscale: #3F3F3F. Windows color (decimal): -7534446 or 9570445. OLE color: 9570445.
HSL color Cylindrical-coordinate representation of color #8D0892: hue angle of 297.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D0892 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 141 | 8 | 146 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.43 |
| HSL | 297.83º | 0.9% | 0.3% | - |
| HSV(B) | 297.83º | 0.95% | 0.57% | - |
| XYZ | 16.26 | 7.91 | 27.86 | - |
| YUV | 63.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 146 | 0.03 | 0.95 | 0 | 0.43 | 297.83 | 0.9 | 0.3 |
| Hex | 8D | 8 | 92 | 3 | 5F | 0 | 2B | 12A | 5A | 1E |
| Octal | 215 | 10 | 222 | 3 | 137 | 0 | 53 | 452 | 132 | 36 |
| Binary | 10001101 | 1000 | 10010010 | 11 | 1011111 | 0 | 101011 | 100101010 | 1011010 | 11110 |
Color Harmonies of #8D0892
Complementary color
Monochromatic Colors of #8D0892
Black with #8D0892
Text Example
Text Example
White with #8D0892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0892; }
p { color: rgb(141,8,146); }
H1.HeaderClassName
{
color: #8D0892;
}
.AnyTagClassName
{
color: #8D0892;
}
</style>
background-color css
<style>
a { background-color: #8D0892; }
a { background-color: rgb(141,8,146); }
div.DivClassName
{
background-color: #8D0892;
}
.BgClassName
{
background-color: #8D0892;
}
</style>
border-color css
<style>
span { border-color: #8D0892; }
span { border-color: rgb(141,8,146); }
td.TdClassName
{
border-color: #8D0892;
}
.TagClassName
{
border-color: #8D0892;
}
</style>