Shades of Dark Magenta #8D089D
Tints of Dark Magenta #8D089D
RGB
CMYK
RGB Variations
Color information
#8D089D (or 0x8D089D) is known color: Dark Magenta. HEX triplet: 8D, 08 and 9D. RGB value is (141,8,157). Sum of RGB (Red+Green+Blue) = 141+8+157=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D089D is #72F762. Grayscale: #404040. Windows color (decimal): -7534435 or 10291341. OLE color: 10291341.
HSL color Cylindrical-coordinate representation of color #8D089D: hue angle of 293.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D089D is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 8 | 157 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.38 |
| HSL | 293.56º | 0.9% | 0.32% | - |
| HSV(B) | 293.56º | 0.95% | 0.62% | - |
| XYZ | 17.16 | 8.27 | 32.59 | - |
| YUV | 64.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 8 | 157 | 0.10 | 0.95 | 0 | 0.38 | 293.56 | 0.9 | 0.32 |
| Hex | 8D | 8 | 9D | A | 5F | 0 | 26 | 126 | 5A | 20 |
| Octal | 215 | 10 | 235 | 12 | 137 | 0 | 46 | 446 | 132 | 40 |
| Binary | 10001101 | 1000 | 10011101 | 1010 | 1011111 | 0 | 100110 | 100100110 | 1011010 | 100000 |
Color Harmonies of #8D089D
Complementary color
Monochromatic Colors of #8D089D
Black with #8D089D
Text Example
Text Example
White with #8D089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D089D; }
p { color: rgb(141,8,157); }
H1.HeaderClassName
{
color: #8D089D;
}
.AnyTagClassName
{
color: #8D089D;
}
</style>
background-color css
<style>
a { background-color: #8D089D; }
a { background-color: rgb(141,8,157); }
div.DivClassName
{
background-color: #8D089D;
}
.BgClassName
{
background-color: #8D089D;
}
</style>
border-color css
<style>
span { border-color: #8D089D; }
span { border-color: rgb(141,8,157); }
td.TdClassName
{
border-color: #8D089D;
}
.TagClassName
{
border-color: #8D089D;
}
</style>