Shades of Dark Magenta #8D1185
Tints of Dark Magenta #8D1185
RGB
CMYK
RGB Variations
Color information
#8D1185 (or 0x8D1185) is known color: Dark Magenta. HEX triplet: 8D, 11 and 85. RGB value is (141,17,133). Sum of RGB (Red+Green+Blue) = 141+17+133=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1185 is #72EE7A. Grayscale: #424242. Windows color (decimal): -7532155 or 8720781. OLE color: 8720781.
HSL color Cylindrical-coordinate representation of color #8D1185: hue angle of 303.87º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1185 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 17 | 133 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.45 |
| HSL | 303.87º | 0.78% | 0.31% | - |
| HSV(B) | 303.87º | 0.88% | 0.55% | - |
| XYZ | 15.42 | 7.76 | 22.87 | - |
| YUV | 67.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 17 | 133 | 0 | 0.88 | 0.06 | 0.45 | 303.87 | 0.78 | 0.31 |
| Hex | 8D | 11 | 85 | 0 | 58 | 6 | 2D | 130 | 4E | 1F |
| Octal | 215 | 21 | 205 | 0 | 130 | 6 | 55 | 460 | 116 | 37 |
| Binary | 10001101 | 10001 | 10000101 | 0 | 1011000 | 110 | 101101 | 100110000 | 1001110 | 11111 |
Color Harmonies of #8D1185
Complementary color
Monochromatic Colors of #8D1185
Black with #8D1185
Text Example
Text Example
White with #8D1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1185; }
p { color: rgb(141,17,133); }
H1.HeaderClassName
{
color: #8D1185;
}
.AnyTagClassName
{
color: #8D1185;
}
</style>
background-color css
<style>
a { background-color: #8D1185; }
a { background-color: rgb(141,17,133); }
div.DivClassName
{
background-color: #8D1185;
}
.BgClassName
{
background-color: #8D1185;
}
</style>
border-color css
<style>
span { border-color: #8D1185; }
span { border-color: rgb(141,17,133); }
td.TdClassName
{
border-color: #8D1185;
}
.TagClassName
{
border-color: #8D1185;
}
</style>