Shades of Dark Magenta #8F067D
Tints of Dark Magenta #8F067D
RGB
CMYK
RGB Variations
Color information
#8F067D (or 0x8F067D) is known color: Dark Magenta. HEX triplet: 8F, 06 and 7D. RGB value is (143,6,125). Sum of RGB (Red+Green+Blue) = 143+6+125=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F067D is #70F982. Grayscale: #3C3C3C. Windows color (decimal): -7403907 or 8193679. OLE color: 8193679.
HSL color Cylindrical-coordinate representation of color #8F067D: hue angle of 307.88º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F067D is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 125 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.44 |
| HSL | 307.88º | 0.92% | 0.29% | - |
| HSV(B) | 307.88º | 0.96% | 0.56% | - |
| XYZ | 15.09 | 7.45 | 20.04 | - |
| YUV | 60.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 125 | 0 | 0.96 | 0.13 | 0.44 | 307.88 | 0.92 | 0.29 |
| Hex | 8F | 6 | 7D | 0 | 60 | D | 2C | 134 | 5C | 1D |
| Octal | 217 | 6 | 175 | 0 | 140 | 15 | 54 | 464 | 134 | 35 |
| Binary | 10001111 | 110 | 1111101 | 0 | 1100000 | 1101 | 101100 | 100110100 | 1011100 | 11101 |
Color Harmonies of #8F067D
Complementary color
Monochromatic Colors of #8F067D
Black with #8F067D
Text Example
Text Example
White with #8F067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F067D; }
p { color: rgb(143,6,125); }
H1.HeaderClassName
{
color: #8F067D;
}
.AnyTagClassName
{
color: #8F067D;
}
</style>
background-color css
<style>
a { background-color: #8F067D; }
a { background-color: rgb(143,6,125); }
div.DivClassName
{
background-color: #8F067D;
}
.BgClassName
{
background-color: #8F067D;
}
</style>
border-color css
<style>
span { border-color: #8F067D; }
span { border-color: rgb(143,6,125); }
td.TdClassName
{
border-color: #8F067D;
}
.TagClassName
{
border-color: #8F067D;
}
</style>