Shades of Dark Magenta #8D098A
Tints of Dark Magenta #8D098A
RGB
CMYK
RGB Variations
Color information
#8D098A (or 0x8D098A) is known color: Dark Magenta. HEX triplet: 8D, 09 and 8A. RGB value is (141,9,138). Sum of RGB (Red+Green+Blue) = 141+9+138=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D098A is #72F675. Grayscale: #3E3E3E. Windows color (decimal): -7534198 or 9046413. OLE color: 9046413.
HSL color Cylindrical-coordinate representation of color #8D098A: hue angle of 301.36º 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 #8D098A is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 9 | 138 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.45 |
| HSL | 301.36º | 0.88% | 0.29% | - |
| HSV(B) | 301.36º | 0.94% | 0.55% | - |
| XYZ | 15.67 | 7.69 | 24.7 | - |
| YUV | 63.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 138 | 0 | 0.94 | 0.02 | 0.45 | 301.36 | 0.88 | 0.29 |
| Hex | 8D | 9 | 8A | 0 | 5E | 2 | 2D | 12D | 58 | 1D |
| Octal | 215 | 11 | 212 | 0 | 136 | 2 | 55 | 455 | 130 | 35 |
| Binary | 10001101 | 1001 | 10001010 | 0 | 1011110 | 10 | 101101 | 100101101 | 1011000 | 11101 |
Color Harmonies of #8D098A
Complementary color
Monochromatic Colors of #8D098A
Black with #8D098A
Text Example
Text Example
White with #8D098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D098A; }
p { color: rgb(141,9,138); }
H1.HeaderClassName
{
color: #8D098A;
}
.AnyTagClassName
{
color: #8D098A;
}
</style>
background-color css
<style>
a { background-color: #8D098A; }
a { background-color: rgb(141,9,138); }
div.DivClassName
{
background-color: #8D098A;
}
.BgClassName
{
background-color: #8D098A;
}
</style>
border-color css
<style>
span { border-color: #8D098A; }
span { border-color: rgb(141,9,138); }
td.TdClassName
{
border-color: #8D098A;
}
.TagClassName
{
border-color: #8D098A;
}
</style>