Shades of Dark Magenta #8F178C
Tints of Dark Magenta #8F178C
RGB
CMYK
RGB Variations
Color information
#8F178C (or 0x8F178C) is known color: Dark Magenta. HEX triplet: 8F, 17 and 8C. RGB value is (143,23,140). Sum of RGB (Red+Green+Blue) = 143+23+140=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F178C is #70E873. Grayscale: #474747. Windows color (decimal): -7399540 or 9181071. OLE color: 9181071.
HSL color Cylindrical-coordinate representation of color #8F178C: hue angle of 301.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F178C is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 140 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.44 |
| HSL | 301.5º | 0.72% | 0.33% | - |
| HSV(B) | 301.5º | 0.84% | 0.56% | - |
| XYZ | 16.37 | 8.35 | 25.56 | - |
| YUV | 72.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 140 | 0 | 0.84 | 0.02 | 0.44 | 301.5 | 0.72 | 0.33 |
| Hex | 8F | 17 | 8C | 0 | 54 | 2 | 2C | 12E | 48 | 21 |
| Octal | 217 | 27 | 214 | 0 | 124 | 2 | 54 | 456 | 110 | 41 |
| Binary | 10001111 | 10111 | 10001100 | 0 | 1010100 | 10 | 101100 | 100101110 | 1001000 | 100001 |
Color Harmonies of #8F178C
Complementary color
Monochromatic Colors of #8F178C
Black with #8F178C
Text Example
Text Example
White with #8F178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F178C; }
p { color: rgb(143,23,140); }
H1.HeaderClassName
{
color: #8F178C;
}
.AnyTagClassName
{
color: #8F178C;
}
</style>
background-color css
<style>
a { background-color: #8F178C; }
a { background-color: rgb(143,23,140); }
div.DivClassName
{
background-color: #8F178C;
}
.BgClassName
{
background-color: #8F178C;
}
</style>
border-color css
<style>
span { border-color: #8F178C; }
span { border-color: rgb(143,23,140); }
td.TdClassName
{
border-color: #8F178C;
}
.TagClassName
{
border-color: #8F178C;
}
</style>