Shades of Dark Magenta #8F108C
Tints of Dark Magenta #8F108C
RGB
CMYK
RGB Variations
Color information
#8F108C (or 0x8F108C) is known color: Dark Magenta. HEX triplet: 8F, 10 and 8C. RGB value is (143,16,140). Sum of RGB (Red+Green+Blue) = 143+16+140=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F108C is #70EF73. Grayscale: #434343. Windows color (decimal): -7401332 or 9179279. OLE color: 9179279.
HSL color Cylindrical-coordinate representation of color #8F108C: hue angle of 301.42º 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 #8F108C is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 140 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.44 |
| HSL | 301.42º | 0.8% | 0.31% | - |
| HSV(B) | 301.42º | 0.89% | 0.56% | - |
| XYZ | 16.25 | 8.1 | 25.52 | - |
| YUV | 68.11 | 168.58 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 140 | 0 | 0.89 | 0.02 | 0.44 | 301.42 | 0.8 | 0.31 |
| Hex | 8F | 10 | 8C | 0 | 59 | 2 | 2C | 12D | 50 | 1F |
| Octal | 217 | 20 | 214 | 0 | 131 | 2 | 54 | 455 | 120 | 37 |
| Binary | 10001111 | 10000 | 10001100 | 0 | 1011001 | 10 | 101100 | 100101101 | 1010000 | 11111 |
Color Harmonies of #8F108C
Complementary color
Monochromatic Colors of #8F108C
Black with #8F108C
Text Example
Text Example
White with #8F108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F108C; }
p { color: rgb(143,16,140); }
H1.HeaderClassName
{
color: #8F108C;
}
.AnyTagClassName
{
color: #8F108C;
}
</style>
background-color css
<style>
a { background-color: #8F108C; }
a { background-color: rgb(143,16,140); }
div.DivClassName
{
background-color: #8F108C;
}
.BgClassName
{
background-color: #8F108C;
}
</style>
border-color css
<style>
span { border-color: #8F108C; }
span { border-color: rgb(143,16,140); }
td.TdClassName
{
border-color: #8F108C;
}
.TagClassName
{
border-color: #8F108C;
}
</style>