Shades of Dark Magenta #8F0290
Tints of Dark Magenta #8F0290
RGB
CMYK
RGB Variations
Color information
#8F0290 (or 0x8F0290) is known color: Dark Magenta. HEX triplet: 8F, 02 and 90. RGB value is (143,2,144). Sum of RGB (Red+Green+Blue) = 143+2+144=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F0290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0290 is #70FD6F. Grayscale: #3B3B3B. Windows color (decimal): -7404912 or 9437839. OLE color: 9437839.
HSL color Cylindrical-coordinate representation of color #8F0290: hue angle of 299.58º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0290 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 144 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.44 |
| HSL | 299.58º | 0.97% | 0.29% | - |
| HSV(B) | 299.58º | 0.99% | 0.56% | - |
| XYZ | 16.38 | 7.9 | 27.05 | - |
| YUV | 60.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 144 | 0.01 | 0.99 | 0 | 0.44 | 299.58 | 0.97 | 0.29 |
| Hex | 8F | 2 | 90 | 1 | 63 | 0 | 2C | 12C | 61 | 1D |
| Octal | 217 | 2 | 220 | 1 | 143 | 0 | 54 | 454 | 141 | 35 |
| Binary | 10001111 | 10 | 10010000 | 1 | 1100011 | 0 | 101100 | 100101100 | 1100001 | 11101 |
Color Harmonies of #8F0290
Complementary color
Monochromatic Colors of #8F0290
Black with #8F0290
Text Example
Text Example
White with #8F0290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0290; }
p { color: rgb(143,2,144); }
H1.HeaderClassName
{
color: #8F0290;
}
.AnyTagClassName
{
color: #8F0290;
}
</style>
background-color css
<style>
a { background-color: #8F0290; }
a { background-color: rgb(143,2,144); }
div.DivClassName
{
background-color: #8F0290;
}
.BgClassName
{
background-color: #8F0290;
}
</style>
border-color css
<style>
span { border-color: #8F0290; }
span { border-color: rgb(143,2,144); }
td.TdClassName
{
border-color: #8F0290;
}
.TagClassName
{
border-color: #8F0290;
}
</style>