Shades of Dark Magenta #8D0993
Tints of Dark Magenta #8D0993
RGB
CMYK
RGB Variations
Color information
#8D0993 (or 0x8D0993) is known color: Dark Magenta. HEX triplet: 8D, 09 and 93. RGB value is (141,9,147). Sum of RGB (Red+Green+Blue) = 141+9+147=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #8D0993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0993 is #72F66C. Grayscale: #3F3F3F. Windows color (decimal): -7534189 or 9636237. OLE color: 9636237.
HSL color Cylindrical-coordinate representation of color #8D0993: hue angle of 297.39º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0993 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 9 | 147 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.42 |
| HSL | 297.39º | 0.88% | 0.31% | - |
| HSV(B) | 297.39º | 0.94% | 0.58% | - |
| XYZ | 16.35 | 7.96 | 28.28 | - |
| YUV | 64.2 | 174.73 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 9 | 147 | 0.04 | 0.94 | 0 | 0.42 | 297.39 | 0.88 | 0.31 |
| Hex | 8D | 9 | 93 | 4 | 5E | 0 | 2A | 129 | 58 | 1F |
| Octal | 215 | 11 | 223 | 4 | 136 | 0 | 52 | 451 | 130 | 37 |
| Binary | 10001101 | 1001 | 10010011 | 100 | 1011110 | 0 | 101010 | 100101001 | 1011000 | 11111 |
Color Harmonies of #8D0993
Complementary color
Monochromatic Colors of #8D0993
Black with #8D0993
Text Example
Text Example
White with #8D0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0993; }
p { color: rgb(141,9,147); }
H1.HeaderClassName
{
color: #8D0993;
}
.AnyTagClassName
{
color: #8D0993;
}
</style>
background-color css
<style>
a { background-color: #8D0993; }
a { background-color: rgb(141,9,147); }
div.DivClassName
{
background-color: #8D0993;
}
.BgClassName
{
background-color: #8D0993;
}
</style>
border-color css
<style>
span { border-color: #8D0993; }
span { border-color: rgb(141,9,147); }
td.TdClassName
{
border-color: #8D0993;
}
.TagClassName
{
border-color: #8D0993;
}
</style>