Shades of Dark Magenta #8F0295
Tints of Dark Magenta #8F0295
RGB
CMYK
RGB Variations
Color information
#8F0295 (or 0x8F0295) is known color: Dark Magenta. HEX triplet: 8F, 02 and 95. RGB value is (143,2,149). Sum of RGB (Red+Green+Blue) = 143+2+149=294 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.64% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F0295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0295 is #70FD6A. Grayscale: #3C3C3C. Windows color (decimal): -7404907 or 9765519. OLE color: 9765519.
HSL color Cylindrical-coordinate representation of color #8F0295: hue angle of 297.55º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0295 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 2 | 149 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.42 |
| HSL | 297.55º | 0.97% | 0.3% | - |
| HSV(B) | 297.55º | 0.99% | 0.58% | - |
| XYZ | 16.77 | 8.05 | 29.1 | - |
| YUV | 60.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 149 | 0.04 | 0.99 | 0 | 0.42 | 297.55 | 0.97 | 0.3 |
| Hex | 8F | 2 | 95 | 4 | 63 | 0 | 2A | 12A | 61 | 1E |
| Octal | 217 | 2 | 225 | 4 | 143 | 0 | 52 | 452 | 141 | 36 |
| Binary | 10001111 | 10 | 10010101 | 100 | 1100011 | 0 | 101010 | 100101010 | 1100001 | 11110 |
Color Harmonies of #8F0295
Complementary color
Monochromatic Colors of #8F0295
Black with #8F0295
Text Example
Text Example
White with #8F0295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0295; }
p { color: rgb(143,2,149); }
H1.HeaderClassName
{
color: #8F0295;
}
.AnyTagClassName
{
color: #8F0295;
}
</style>
background-color css
<style>
a { background-color: #8F0295; }
a { background-color: rgb(143,2,149); }
div.DivClassName
{
background-color: #8F0295;
}
.BgClassName
{
background-color: #8F0295;
}
</style>
border-color css
<style>
span { border-color: #8F0295; }
span { border-color: rgb(143,2,149); }
td.TdClassName
{
border-color: #8F0295;
}
.TagClassName
{
border-color: #8F0295;
}
</style>