Shades of Dark Magenta #8D097E
Tints of Dark Magenta #8D097E
RGB
CMYK
RGB Variations
Color information
#8D097E (or 0x8D097E) is known color: Dark Magenta. HEX triplet: 8D, 09 and 7E. RGB value is (141,9,126). Sum of RGB (Red+Green+Blue) = 141+9+126=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D097E is #72F681. Grayscale: #3D3D3D. Windows color (decimal): -7534210 or 8259981. OLE color: 8259981.
HSL color Cylindrical-coordinate representation of color #8D097E: hue angle of 306.82º 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 #8D097E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 126 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.45 |
| HSL | 306.82º | 0.88% | 0.29% | - |
| HSV(B) | 306.82º | 0.94% | 0.55% | - |
| XYZ | 14.85 | 7.36 | 20.38 | - |
| YUV | 61.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 126 | 0 | 0.94 | 0.11 | 0.45 | 306.82 | 0.88 | 0.29 |
| Hex | 8D | 9 | 7E | 0 | 5E | B | 2D | 133 | 58 | 1D |
| Octal | 215 | 11 | 176 | 0 | 136 | 13 | 55 | 463 | 130 | 35 |
| Binary | 10001101 | 1001 | 1111110 | 0 | 1011110 | 1011 | 101101 | 100110011 | 1011000 | 11101 |
Color Harmonies of #8D097E
Complementary color
Monochromatic Colors of #8D097E
Black with #8D097E
Text Example
Text Example
White with #8D097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D097E; }
p { color: rgb(141,9,126); }
H1.HeaderClassName
{
color: #8D097E;
}
.AnyTagClassName
{
color: #8D097E;
}
</style>
background-color css
<style>
a { background-color: #8D097E; }
a { background-color: rgb(141,9,126); }
div.DivClassName
{
background-color: #8D097E;
}
.BgClassName
{
background-color: #8D097E;
}
</style>
border-color css
<style>
span { border-color: #8D097E; }
span { border-color: rgb(141,9,126); }
td.TdClassName
{
border-color: #8D097E;
}
.TagClassName
{
border-color: #8D097E;
}
</style>