Shades of Dark Magenta #8D098F
Tints of Dark Magenta #8D098F
RGB
CMYK
RGB Variations
Color information
#8D098F (or 0x8D098F) is known color: Dark Magenta. HEX triplet: 8D, 09 and 8F. RGB value is (141,9,143). Sum of RGB (Red+Green+Blue) = 141+9+143=293 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.12% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D098F is #72F670. Grayscale: #3F3F3F. Windows color (decimal): -7534193 or 9374093. OLE color: 9374093.
HSL color Cylindrical-coordinate representation of color #8D098F: hue angle of 299.1º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D098F is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 9 | 143 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.44 |
| HSL | 299.1º | 0.88% | 0.3% | - |
| HSV(B) | 299.1º | 0.94% | 0.56% | - |
| XYZ | 16.04 | 7.84 | 26.65 | - |
| YUV | 63.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 143 | 0.01 | 0.94 | 0 | 0.44 | 299.1 | 0.88 | 0.3 |
| Hex | 8D | 9 | 8F | 1 | 5E | 0 | 2C | 12B | 58 | 1E |
| Octal | 215 | 11 | 217 | 1 | 136 | 0 | 54 | 453 | 130 | 36 |
| Binary | 10001101 | 1001 | 10001111 | 1 | 1011110 | 0 | 101100 | 100101011 | 1011000 | 11110 |
Color Harmonies of #8D098F
Complementary color
Monochromatic Colors of #8D098F
Black with #8D098F
Text Example
Text Example
White with #8D098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D098F; }
p { color: rgb(141,9,143); }
H1.HeaderClassName
{
color: #8D098F;
}
.AnyTagClassName
{
color: #8D098F;
}
</style>
background-color css
<style>
a { background-color: #8D098F; }
a { background-color: rgb(141,9,143); }
div.DivClassName
{
background-color: #8D098F;
}
.BgClassName
{
background-color: #8D098F;
}
</style>
border-color css
<style>
span { border-color: #8D098F; }
span { border-color: rgb(141,9,143); }
td.TdClassName
{
border-color: #8D098F;
}
.TagClassName
{
border-color: #8D098F;
}
</style>