Shades of Dark Magenta #8F108F
Tints of Dark Magenta #8F108F
RGB
CMYK
RGB Variations
Color information
#8F108F (or 0x8F108F) is known color: Dark Magenta. HEX triplet: 8F, 10 and 8F. RGB value is (143,16,143). Sum of RGB (Red+Green+Blue) = 143+16+143=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F108F is #70EF70. Grayscale: #444444. Windows color (decimal): -7401329 or 9375887. OLE color: 9375887.
HSL color Cylindrical-coordinate representation of color #8F108F: hue angle of 300º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F108F is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 143 | - |
| CMYK | 0 | 0.89 | 0 | 0.44 |
| HSL | 300º | 0.8% | 0.31% | - |
| HSV(B) | 300º | 0.89% | 0.56% | - |
| XYZ | 16.47 | 8.19 | 26.7 | - |
| YUV | 68.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 143 | 0 | 0.89 | 0 | 0.44 | 300 | 0.8 | 0.31 |
| Hex | 8F | 10 | 8F | 0 | 59 | 0 | 2C | 12C | 50 | 1F |
| Octal | 217 | 20 | 217 | 0 | 131 | 0 | 54 | 454 | 120 | 37 |
| Binary | 10001111 | 10000 | 10001111 | 0 | 1011001 | 0 | 101100 | 100101100 | 1010000 | 11111 |
Color Harmonies of #8F108F
Complementary color
Monochromatic Colors of #8F108F
Black with #8F108F
Text Example
Text Example
White with #8F108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F108F; }
p { color: rgb(143,16,143); }
H1.HeaderClassName
{
color: #8F108F;
}
.AnyTagClassName
{
color: #8F108F;
}
</style>
background-color css
<style>
a { background-color: #8F108F; }
a { background-color: rgb(143,16,143); }
div.DivClassName
{
background-color: #8F108F;
}
.BgClassName
{
background-color: #8F108F;
}
</style>
border-color css
<style>
span { border-color: #8F108F; }
span { border-color: rgb(143,16,143); }
td.TdClassName
{
border-color: #8F108F;
}
.TagClassName
{
border-color: #8F108F;
}
</style>