Shades of Dark Magenta #8F0490
Tints of Dark Magenta #8F0490
RGB
CMYK
RGB Variations
Color information
#8F0490 (or 0x8F0490) is known color: Dark Magenta. HEX triplet: 8F, 04 and 90. RGB value is (143,4,144). Sum of RGB (Red+Green+Blue) = 143+4+144=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F0490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0490 is #70FB6F. Grayscale: #3D3D3D. Windows color (decimal): -7404400 or 9438351. OLE color: 9438351.
HSL color Cylindrical-coordinate representation of color #8F0490: hue angle of 299.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0490 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 4 | 144 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.44 |
| HSL | 299.57º | 0.95% | 0.29% | - |
| HSV(B) | 299.57º | 0.97% | 0.56% | - |
| XYZ | 16.41 | 7.94 | 27.05 | - |
| YUV | 61.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 144 | 0.01 | 0.97 | 0 | 0.44 | 299.57 | 0.95 | 0.29 |
| Hex | 8F | 4 | 90 | 1 | 61 | 0 | 2C | 12C | 5F | 1D |
| Octal | 217 | 4 | 220 | 1 | 141 | 0 | 54 | 454 | 137 | 35 |
| Binary | 10001111 | 100 | 10010000 | 1 | 1100001 | 0 | 101100 | 100101100 | 1011111 | 11101 |
Color Harmonies of #8F0490
Complementary color
Monochromatic Colors of #8F0490
Black with #8F0490
Text Example
Text Example
White with #8F0490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0490; }
p { color: rgb(143,4,144); }
H1.HeaderClassName
{
color: #8F0490;
}
.AnyTagClassName
{
color: #8F0490;
}
</style>
background-color css
<style>
a { background-color: #8F0490; }
a { background-color: rgb(143,4,144); }
div.DivClassName
{
background-color: #8F0490;
}
.BgClassName
{
background-color: #8F0490;
}
</style>
border-color css
<style>
span { border-color: #8F0490; }
span { border-color: rgb(143,4,144); }
td.TdClassName
{
border-color: #8F0490;
}
.TagClassName
{
border-color: #8F0490;
}
</style>