Shades of Dark Magenta #8F0D8C
Tints of Dark Magenta #8F0D8C
RGB
CMYK
RGB Variations
Color information
#8F0D8C (or 0x8F0D8C) is known color: Dark Magenta. HEX triplet: 8F, 0D and 8C. RGB value is (143,13,140). Sum of RGB (Red+Green+Blue) = 143+13+140=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0D8C is #70F273. Grayscale: #414141. Windows color (decimal): -7402100 or 9178511. OLE color: 9178511.
HSL color Cylindrical-coordinate representation of color #8F0D8C: hue angle of 301.38º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D8C is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 13 | 140 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.44 |
| HSL | 301.38º | 0.83% | 0.31% | - |
| HSV(B) | 301.38º | 0.91% | 0.56% | - |
| XYZ | 16.21 | 8.02 | 25.51 | - |
| YUV | 66.35 | 169.57 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 13 | 140 | 0 | 0.91 | 0.02 | 0.44 | 301.38 | 0.83 | 0.31 |
| Hex | 8F | D | 8C | 0 | 5B | 2 | 2C | 12D | 53 | 1F |
| Octal | 217 | 15 | 214 | 0 | 133 | 2 | 54 | 455 | 123 | 37 |
| Binary | 10001111 | 1101 | 10001100 | 0 | 1011011 | 10 | 101100 | 100101101 | 1010011 | 11111 |
Color Harmonies of #8F0D8C
Complementary color
Monochromatic Colors of #8F0D8C
Black with #8F0D8C
Text Example
Text Example
White with #8F0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0D8C; }
p { color: rgb(143,13,140); }
H1.HeaderClassName
{
color: #8F0D8C;
}
.AnyTagClassName
{
color: #8F0D8C;
}
</style>
background-color css
<style>
a { background-color: #8F0D8C; }
a { background-color: rgb(143,13,140); }
div.DivClassName
{
background-color: #8F0D8C;
}
.BgClassName
{
background-color: #8F0D8C;
}
</style>
border-color css
<style>
span { border-color: #8F0D8C; }
span { border-color: rgb(143,13,140); }
td.TdClassName
{
border-color: #8F0D8C;
}
.TagClassName
{
border-color: #8F0D8C;
}
</style>