Shades of Dark Magenta #8F079F
Tints of Dark Magenta #8F079F
RGB
CMYK
RGB Variations
Color information
#8F079F (or 0x8F079F) is known color: Dark Magenta. HEX triplet: 8F, 07 and 9F. RGB value is (143,7,159). Sum of RGB (Red+Green+Blue) = 143+7+159=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F079F is #70F860. Grayscale: #404040. Windows color (decimal): -7403617 or 10422159. OLE color: 10422159.
HSL color Cylindrical-coordinate representation of color #8F079F: hue angle of 293.68º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F079F is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 7 | 159 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.38 |
| HSL | 293.68º | 0.92% | 0.33% | - |
| HSV(B) | 293.68º | 0.96% | 0.62% | - |
| XYZ | 17.66 | 8.49 | 33.51 | - |
| YUV | 64.99 | 181.06 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 159 | 0.10 | 0.96 | 0 | 0.38 | 293.68 | 0.92 | 0.33 |
| Hex | 8F | 7 | 9F | A | 60 | 0 | 26 | 126 | 5C | 21 |
| Octal | 217 | 7 | 237 | 12 | 140 | 0 | 46 | 446 | 134 | 41 |
| Binary | 10001111 | 111 | 10011111 | 1010 | 1100000 | 0 | 100110 | 100100110 | 1011100 | 100001 |
Color Harmonies of #8F079F
Complementary color
Monochromatic Colors of #8F079F
Black with #8F079F
Text Example
Text Example
White with #8F079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F079F; }
p { color: rgb(143,7,159); }
H1.HeaderClassName
{
color: #8F079F;
}
.AnyTagClassName
{
color: #8F079F;
}
</style>
background-color css
<style>
a { background-color: #8F079F; }
a { background-color: rgb(143,7,159); }
div.DivClassName
{
background-color: #8F079F;
}
.BgClassName
{
background-color: #8F079F;
}
</style>
border-color css
<style>
span { border-color: #8F079F; }
span { border-color: rgb(143,7,159); }
td.TdClassName
{
border-color: #8F079F;
}
.TagClassName
{
border-color: #8F079F;
}
</style>