Shades of Dark Magenta #8F178B
Tints of Dark Magenta #8F178B
RGB
CMYK
RGB Variations
Color information
#8F178B (or 0x8F178B) is known color: Dark Magenta. HEX triplet: 8F, 17 and 8B. RGB value is (143,23,139). Sum of RGB (Red+Green+Blue) = 143+23+139=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F178B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F178B is #70E874. Grayscale: #474747. Windows color (decimal): -7399541 or 9115535. OLE color: 9115535.
HSL color Cylindrical-coordinate representation of color #8F178B: hue angle of 302º 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 #8F178B is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 139 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.44 |
| HSL | 302º | 0.72% | 0.33% | - |
| HSV(B) | 302º | 0.84% | 0.56% | - |
| XYZ | 16.29 | 8.32 | 25.17 | - |
| YUV | 72.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 139 | 0 | 0.84 | 0.03 | 0.44 | 302 | 0.72 | 0.33 |
| Hex | 8F | 17 | 8B | 0 | 54 | 3 | 2C | 12E | 48 | 21 |
| Octal | 217 | 27 | 213 | 0 | 124 | 3 | 54 | 456 | 110 | 41 |
| Binary | 10001111 | 10111 | 10001011 | 0 | 1010100 | 11 | 101100 | 100101110 | 1001000 | 100001 |
Color Harmonies of #8F178B
Complementary color
Monochromatic Colors of #8F178B
Black with #8F178B
Text Example
Text Example
White with #8F178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F178B; }
p { color: rgb(143,23,139); }
H1.HeaderClassName
{
color: #8F178B;
}
.AnyTagClassName
{
color: #8F178B;
}
</style>
background-color css
<style>
a { background-color: #8F178B; }
a { background-color: rgb(143,23,139); }
div.DivClassName
{
background-color: #8F178B;
}
.BgClassName
{
background-color: #8F178B;
}
</style>
border-color css
<style>
span { border-color: #8F178B; }
span { border-color: rgb(143,23,139); }
td.TdClassName
{
border-color: #8F178B;
}
.TagClassName
{
border-color: #8F178B;
}
</style>