Shades of Dark Magenta #8F088C
Tints of Dark Magenta #8F088C
RGB
CMYK
RGB Variations
Color information
#8F088C (or 0x8F088C) is known color: Dark Magenta. HEX triplet: 8F, 08 and 8C. RGB value is (143,8,140). Sum of RGB (Red+Green+Blue) = 143+8+140=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F088C is #70F773. Grayscale: #3F3F3F. Windows color (decimal): -7403380 or 9177231. OLE color: 9177231.
HSL color Cylindrical-coordinate representation of color #8F088C: hue angle of 301.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F088C is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 140 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.44 |
| HSL | 301.33º | 0.89% | 0.3% | - |
| HSV(B) | 301.33º | 0.94% | 0.56% | - |
| XYZ | 16.15 | 7.91 | 25.49 | - |
| YUV | 63.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 140 | 0 | 0.94 | 0.02 | 0.44 | 301.33 | 0.89 | 0.3 |
| Hex | 8F | 8 | 8C | 0 | 5E | 2 | 2C | 12D | 59 | 1E |
| Octal | 217 | 10 | 214 | 0 | 136 | 2 | 54 | 455 | 131 | 36 |
| Binary | 10001111 | 1000 | 10001100 | 0 | 1011110 | 10 | 101100 | 100101101 | 1011001 | 11110 |
Color Harmonies of #8F088C
Complementary color
Monochromatic Colors of #8F088C
Black with #8F088C
Text Example
Text Example
White with #8F088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F088C; }
p { color: rgb(143,8,140); }
H1.HeaderClassName
{
color: #8F088C;
}
.AnyTagClassName
{
color: #8F088C;
}
</style>
background-color css
<style>
a { background-color: #8F088C; }
a { background-color: rgb(143,8,140); }
div.DivClassName
{
background-color: #8F088C;
}
.BgClassName
{
background-color: #8F088C;
}
</style>
border-color css
<style>
span { border-color: #8F088C; }
span { border-color: rgb(143,8,140); }
td.TdClassName
{
border-color: #8F088C;
}
.TagClassName
{
border-color: #8F088C;
}
</style>