Shades of Dark Magenta #8F0885
Tints of Dark Magenta #8F0885
RGB
CMYK
RGB Variations
Color information
#8F0885 (or 0x8F0885) is known color: Dark Magenta. HEX triplet: 8F, 08 and 85. RGB value is (143,8,133). Sum of RGB (Red+Green+Blue) = 143+8+133=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0885 is #70F77A. Grayscale: #3E3E3E. Windows color (decimal): -7403387 or 8718479. OLE color: 8718479.
HSL color Cylindrical-coordinate representation of color #8F0885: hue angle of 304.44º 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 #8F0885 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 133 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.44 |
| HSL | 304.44º | 0.89% | 0.3% | - |
| HSV(B) | 304.44º | 0.94% | 0.56% | - |
| XYZ | 15.65 | 7.71 | 22.85 | - |
| YUV | 62.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 133 | 0 | 0.94 | 0.07 | 0.44 | 304.44 | 0.89 | 0.3 |
| Hex | 8F | 8 | 85 | 0 | 5E | 7 | 2C | 130 | 59 | 1E |
| Octal | 217 | 10 | 205 | 0 | 136 | 7 | 54 | 460 | 131 | 36 |
| Binary | 10001111 | 1000 | 10000101 | 0 | 1011110 | 111 | 101100 | 100110000 | 1011001 | 11110 |
Color Harmonies of #8F0885
Complementary color
Monochromatic Colors of #8F0885
Black with #8F0885
Text Example
Text Example
White with #8F0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0885; }
p { color: rgb(143,8,133); }
H1.HeaderClassName
{
color: #8F0885;
}
.AnyTagClassName
{
color: #8F0885;
}
</style>
background-color css
<style>
a { background-color: #8F0885; }
a { background-color: rgb(143,8,133); }
div.DivClassName
{
background-color: #8F0885;
}
.BgClassName
{
background-color: #8F0885;
}
</style>
border-color css
<style>
span { border-color: #8F0885; }
span { border-color: rgb(143,8,133); }
td.TdClassName
{
border-color: #8F0885;
}
.TagClassName
{
border-color: #8F0885;
}
</style>