Shades of Dark Magenta #8F0095
Tints of Dark Magenta #8F0095
RGB
CMYK
RGB Variations
Color information
#8F0095 (or 0x8F0095) is known color: Dark Magenta. HEX triplet: 8F, 00 and 95. RGB value is (143,0,149). Sum of RGB (Red+Green+Blue) = 143+0+149=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F0095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0095 is #70FF6A. Grayscale: #3B3B3B. Windows color (decimal): -7405419 or 9765007. OLE color: 9765007.
HSL color Cylindrical-coordinate representation of color #8F0095: hue angle of 297.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F0095 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 0 | 149 | - |
| CMYK | 0.04 | 1 | 0 | 0.42 |
| HSL | 297.58º | 1% | 0.29% | - |
| HSV(B) | 297.58º | 1% | 0.58% | - |
| XYZ | 16.75 | 8.01 | 29.1 | - |
| YUV | 59.74 | 178.38 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 149 | 0.04 | 1 | 0 | 0.42 | 297.58 | 1 | 0.29 |
| Hex | 8F | 0 | 95 | 4 | 64 | 0 | 2A | 12A | 64 | 1D |
| Octal | 217 | 0 | 225 | 4 | 144 | 0 | 52 | 452 | 144 | 35 |
| Binary | 10001111 | 0 | 10010101 | 100 | 1100100 | 0 | 101010 | 100101010 | 1100100 | 11101 |
Color Harmonies of #8F0095
Complementary color
Monochromatic Colors of #8F0095
Black with #8F0095
Text Example
Text Example
White with #8F0095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0095; }
p { color: rgb(143,0,149); }
H1.HeaderClassName
{
color: #8F0095;
}
.AnyTagClassName
{
color: #8F0095;
}
</style>
background-color css
<style>
a { background-color: #8F0095; }
a { background-color: rgb(143,0,149); }
div.DivClassName
{
background-color: #8F0095;
}
.BgClassName
{
background-color: #8F0095;
}
</style>
border-color css
<style>
span { border-color: #8F0095; }
span { border-color: rgb(143,0,149); }
td.TdClassName
{
border-color: #8F0095;
}
.TagClassName
{
border-color: #8F0095;
}
</style>