Shades of Dark Magenta #8F179D
Tints of Dark Magenta #8F179D
RGB
CMYK
RGB Variations
Color information
#8F179D (or 0x8F179D) is known color: Dark Magenta. HEX triplet: 8F, 17 and 9D. RGB value is (143,23,157). Sum of RGB (Red+Green+Blue) = 143+23+157=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F179D is #70E862. Grayscale: #494949. Windows color (decimal): -7399523 or 10295183. OLE color: 10295183.
HSL color Cylindrical-coordinate representation of color #8F179D: hue angle of 293.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F179D is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 23 | 157 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.38 |
| HSL | 293.73º | 0.74% | 0.35% | - |
| HSV(B) | 293.73º | 0.85% | 0.62% | - |
| XYZ | 17.72 | 8.89 | 32.68 | - |
| YUV | 74.16 | 174.76 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 157 | 0.09 | 0.85 | 0 | 0.38 | 293.73 | 0.74 | 0.35 |
| Hex | 8F | 17 | 9D | 9 | 55 | 0 | 26 | 126 | 4A | 23 |
| Octal | 217 | 27 | 235 | 11 | 125 | 0 | 46 | 446 | 112 | 43 |
| Binary | 10001111 | 10111 | 10011101 | 1001 | 1010101 | 0 | 100110 | 100100110 | 1001010 | 100011 |
Color Harmonies of #8F179D
Complementary color
Monochromatic Colors of #8F179D
Black with #8F179D
Text Example
Text Example
White with #8F179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F179D; }
p { color: rgb(143,23,157); }
H1.HeaderClassName
{
color: #8F179D;
}
.AnyTagClassName
{
color: #8F179D;
}
</style>
background-color css
<style>
a { background-color: #8F179D; }
a { background-color: rgb(143,23,157); }
div.DivClassName
{
background-color: #8F179D;
}
.BgClassName
{
background-color: #8F179D;
}
</style>
border-color css
<style>
span { border-color: #8F179D; }
span { border-color: rgb(143,23,157); }
td.TdClassName
{
border-color: #8F179D;
}
.TagClassName
{
border-color: #8F179D;
}
</style>