Shades of Dark Magenta #8D098C
Tints of Dark Magenta #8D098C
RGB
CMYK
RGB Variations
Color information
#8D098C (or 0x8D098C) is known color: Dark Magenta. HEX triplet: 8D, 09 and 8C. RGB value is (141,9,140). Sum of RGB (Red+Green+Blue) = 141+9+140=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D098C is #72F673. Grayscale: #3F3F3F. Windows color (decimal): -7534196 or 9177485. OLE color: 9177485.
HSL color Cylindrical-coordinate representation of color #8D098C: hue angle of 300.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D098C is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 140 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.45 |
| HSL | 300.45º | 0.88% | 0.29% | - |
| HSV(B) | 300.45º | 0.94% | 0.55% | - |
| XYZ | 15.82 | 7.75 | 25.47 | - |
| YUV | 63.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 140 | 0 | 0.94 | 0.01 | 0.45 | 300.45 | 0.88 | 0.29 |
| Hex | 8D | 9 | 8C | 0 | 5E | 1 | 2D | 12C | 58 | 1D |
| Octal | 215 | 11 | 214 | 0 | 136 | 1 | 55 | 454 | 130 | 35 |
| Binary | 10001101 | 1001 | 10001100 | 0 | 1011110 | 1 | 101101 | 100101100 | 1011000 | 11101 |
Color Harmonies of #8D098C
Complementary color
Monochromatic Colors of #8D098C
Black with #8D098C
Text Example
Text Example
White with #8D098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D098C; }
p { color: rgb(141,9,140); }
H1.HeaderClassName
{
color: #8D098C;
}
.AnyTagClassName
{
color: #8D098C;
}
</style>
background-color css
<style>
a { background-color: #8D098C; }
a { background-color: rgb(141,9,140); }
div.DivClassName
{
background-color: #8D098C;
}
.BgClassName
{
background-color: #8D098C;
}
</style>
border-color css
<style>
span { border-color: #8D098C; }
span { border-color: rgb(141,9,140); }
td.TdClassName
{
border-color: #8D098C;
}
.TagClassName
{
border-color: #8D098C;
}
</style>