Shades of Dark Magenta #8D088F
Tints of Dark Magenta #8D088F
RGB
CMYK
RGB Variations
Color information
#8D088F (or 0x8D088F) is known color: Dark Magenta. HEX triplet: 8D, 08 and 8F. RGB value is (141,8,143). Sum of RGB (Red+Green+Blue) = 141+8+143=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #8D088F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D088F is #72F770. Grayscale: #3E3E3E. Windows color (decimal): -7534449 or 9373837. OLE color: 9373837.
HSL color Cylindrical-coordinate representation of color #8D088F: hue angle of 299.11º degrees, saturation: 0.89, 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 #8D088F is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 8 | 143 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.44 |
| HSL | 299.11º | 0.89% | 0.3% | - |
| HSV(B) | 299.11º | 0.94% | 0.56% | - |
| XYZ | 16.03 | 7.82 | 26.65 | - |
| YUV | 63.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 143 | 0.01 | 0.94 | 0 | 0.44 | 299.11 | 0.89 | 0.3 |
| Hex | 8D | 8 | 8F | 1 | 5E | 0 | 2C | 12B | 59 | 1E |
| Octal | 215 | 10 | 217 | 1 | 136 | 0 | 54 | 453 | 131 | 36 |
| Binary | 10001101 | 1000 | 10001111 | 1 | 1011110 | 0 | 101100 | 100101011 | 1011001 | 11110 |
Color Harmonies of #8D088F
Complementary color
Monochromatic Colors of #8D088F
Black with #8D088F
Text Example
Text Example
White with #8D088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D088F; }
p { color: rgb(141,8,143); }
H1.HeaderClassName
{
color: #8D088F;
}
.AnyTagClassName
{
color: #8D088F;
}
</style>
background-color css
<style>
a { background-color: #8D088F; }
a { background-color: rgb(141,8,143); }
div.DivClassName
{
background-color: #8D088F;
}
.BgClassName
{
background-color: #8D088F;
}
</style>
border-color css
<style>
span { border-color: #8D088F; }
span { border-color: rgb(141,8,143); }
td.TdClassName
{
border-color: #8D088F;
}
.TagClassName
{
border-color: #8D088F;
}
</style>