Shades of Dark Magenta #8F079D
Tints of Dark Magenta #8F079D
RGB
CMYK
RGB Variations
Color information
#8F079D (or 0x8F079D) is known color: Dark Magenta. HEX triplet: 8F, 07 and 9D. RGB value is (143,7,157). Sum of RGB (Red+Green+Blue) = 143+7+157=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F079D is #70F862. Grayscale: #404040. Windows color (decimal): -7403619 or 10291087. OLE color: 10291087.
HSL color Cylindrical-coordinate representation of color #8F079D: hue angle of 294.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F079D is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 7 | 157 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.38 |
| HSL | 294.4º | 0.91% | 0.32% | - |
| HSV(B) | 294.4º | 0.96% | 0.62% | - |
| XYZ | 17.49 | 8.43 | 32.6 | - |
| YUV | 64.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 157 | 0.09 | 0.96 | 0 | 0.38 | 294.4 | 0.91 | 0.32 |
| Hex | 8F | 7 | 9D | 9 | 60 | 0 | 26 | 126 | 5B | 20 |
| Octal | 217 | 7 | 235 | 11 | 140 | 0 | 46 | 446 | 133 | 40 |
| Binary | 10001111 | 111 | 10011101 | 1001 | 1100000 | 0 | 100110 | 100100110 | 1011011 | 100000 |
Color Harmonies of #8F079D
Complementary color
Monochromatic Colors of #8F079D
Black with #8F079D
Text Example
Text Example
White with #8F079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F079D; }
p { color: rgb(143,7,157); }
H1.HeaderClassName
{
color: #8F079D;
}
.AnyTagClassName
{
color: #8F079D;
}
</style>
background-color css
<style>
a { background-color: #8F079D; }
a { background-color: rgb(143,7,157); }
div.DivClassName
{
background-color: #8F079D;
}
.BgClassName
{
background-color: #8F079D;
}
</style>
border-color css
<style>
span { border-color: #8F079D; }
span { border-color: rgb(143,7,157); }
td.TdClassName
{
border-color: #8F079D;
}
.TagClassName
{
border-color: #8F079D;
}
</style>