Shades of Dark Magenta #8F017E
Tints of Dark Magenta #8F017E
RGB
CMYK
RGB Variations
Color information
#8F017E (or 0x8F017E) is known color: Dark Magenta. HEX triplet: 8F, 01 and 7E. RGB value is (143,1,126). Sum of RGB (Red+Green+Blue) = 143+1+126=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F017E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F017E is #70FE81. Grayscale: #393939. Windows color (decimal): -7405186 or 8257935. OLE color: 8257935.
HSL color Cylindrical-coordinate representation of color #8F017E: hue angle of 307.18º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F017E is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 126 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.44 |
| HSL | 307.18º | 0.99% | 0.28% | - |
| HSV(B) | 307.18º | 0.99% | 0.56% | - |
| XYZ | 15.1 | 7.37 | 20.36 | - |
| YUV | 57.71 | 166.54 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 126 | 0 | 0.99 | 0.12 | 0.44 | 307.18 | 0.99 | 0.28 |
| Hex | 8F | 1 | 7E | 0 | 63 | C | 2C | 133 | 63 | 1C |
| Octal | 217 | 1 | 176 | 0 | 143 | 14 | 54 | 463 | 143 | 34 |
| Binary | 10001111 | 1 | 1111110 | 0 | 1100011 | 1100 | 101100 | 100110011 | 1100011 | 11100 |
Color Harmonies of #8F017E
Complementary color
Monochromatic Colors of #8F017E
Black with #8F017E
Text Example
Text Example
White with #8F017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F017E; }
p { color: rgb(143,1,126); }
H1.HeaderClassName
{
color: #8F017E;
}
.AnyTagClassName
{
color: #8F017E;
}
</style>
background-color css
<style>
a { background-color: #8F017E; }
a { background-color: rgb(143,1,126); }
div.DivClassName
{
background-color: #8F017E;
}
.BgClassName
{
background-color: #8F017E;
}
</style>
border-color css
<style>
span { border-color: #8F017E; }
span { border-color: rgb(143,1,126); }
td.TdClassName
{
border-color: #8F017E;
}
.TagClassName
{
border-color: #8F017E;
}
</style>