Shades of Dark Magenta #8F027F
Tints of Dark Magenta #8F027F
RGB
CMYK
RGB Variations
Color information
#8F027F (or 0x8F027F) is known color: Dark Magenta. HEX triplet: 8F, 02 and 7F. RGB value is (143,2,127). Sum of RGB (Red+Green+Blue) = 143+2+127=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F027F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F027F is #70FD80. Grayscale: #3A3A3A. Windows color (decimal): -7404929 or 8323727. OLE color: 8323727.
HSL color Cylindrical-coordinate representation of color #8F027F: hue angle of 306.81º degrees, saturation: 0.97, 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 #8F027F is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.44 |
| HSL | 306.81º | 0.97% | 0.28% | - |
| HSV(B) | 306.81º | 0.99% | 0.56% | - |
| XYZ | 15.18 | 7.42 | 20.71 | - |
| YUV | 58.41 | 166.71 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 127 | 0 | 0.99 | 0.11 | 0.44 | 306.81 | 0.97 | 0.28 |
| Hex | 8F | 2 | 7F | 0 | 63 | B | 2C | 133 | 61 | 1C |
| Octal | 217 | 2 | 177 | 0 | 143 | 13 | 54 | 463 | 141 | 34 |
| Binary | 10001111 | 10 | 1111111 | 0 | 1100011 | 1011 | 101100 | 100110011 | 1100001 | 11100 |
Color Harmonies of #8F027F
Complementary color
Monochromatic Colors of #8F027F
Black with #8F027F
Text Example
Text Example
White with #8F027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F027F; }
p { color: rgb(143,2,127); }
H1.HeaderClassName
{
color: #8F027F;
}
.AnyTagClassName
{
color: #8F027F;
}
</style>
background-color css
<style>
a { background-color: #8F027F; }
a { background-color: rgb(143,2,127); }
div.DivClassName
{
background-color: #8F027F;
}
.BgClassName
{
background-color: #8F027F;
}
</style>
border-color css
<style>
span { border-color: #8F027F; }
span { border-color: rgb(143,2,127); }
td.TdClassName
{
border-color: #8F027F;
}
.TagClassName
{
border-color: #8F027F;
}
</style>