Shades of Dark Magenta #8D0C98
Tints of Dark Magenta #8D0C98
RGB
CMYK
RGB Variations
Color information
#8D0C98 (or 0x8D0C98) is known color: Dark Magenta. HEX triplet: 8D, 0C and 98. RGB value is (141,12,152). Sum of RGB (Red+Green+Blue) = 141+12+152=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D0C98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0C98 is #72F367. Grayscale: #424242. Windows color (decimal): -7533416 or 9964685. OLE color: 9964685.
HSL color Cylindrical-coordinate representation of color #8D0C98: hue angle of 295.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D0C98 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 12 | 152 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.40 |
| HSL | 295.29º | 0.85% | 0.32% | - |
| HSV(B) | 295.29º | 0.92% | 0.6% | - |
| XYZ | 16.78 | 8.19 | 30.4 | - |
| YUV | 66.53 | 176.24 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 152 | 0.07 | 0.92 | 0 | 0.40 | 295.29 | 0.85 | 0.32 |
| Hex | 8D | C | 98 | 7 | 5C | 0 | 28 | 127 | 55 | 20 |
| Octal | 215 | 14 | 230 | 7 | 134 | 0 | 50 | 447 | 125 | 40 |
| Binary | 10001101 | 1100 | 10011000 | 111 | 1011100 | 0 | 101000 | 100100111 | 1010101 | 100000 |
Color Harmonies of #8D0C98
Complementary color
Monochromatic Colors of #8D0C98
Black with #8D0C98
Text Example
Text Example
White with #8D0C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C98; }
p { color: rgb(141,12,152); }
H1.HeaderClassName
{
color: #8D0C98;
}
.AnyTagClassName
{
color: #8D0C98;
}
</style>
background-color css
<style>
a { background-color: #8D0C98; }
a { background-color: rgb(141,12,152); }
div.DivClassName
{
background-color: #8D0C98;
}
.BgClassName
{
background-color: #8D0C98;
}
</style>
border-color css
<style>
span { border-color: #8D0C98; }
span { border-color: rgb(141,12,152); }
td.TdClassName
{
border-color: #8D0C98;
}
.TagClassName
{
border-color: #8D0C98;
}
</style>