Shades of Dark Magenta #8F1490
Tints of Dark Magenta #8F1490
RGB
CMYK
RGB Variations
Color information
#8F1490 (or 0x8F1490) is known color: Dark Magenta. HEX triplet: 8F, 14 and 90. RGB value is (143,20,144). Sum of RGB (Red+Green+Blue) = 143+20+144=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #8F1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1490 is #70EB6F. Grayscale: #464646. Windows color (decimal): -7400304 or 9442447. OLE color: 9442447.
HSL color Cylindrical-coordinate representation of color #8F1490: hue angle of 299.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1490 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 20 | 144 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.44 |
| HSL | 299.52º | 0.76% | 0.32% | - |
| HSV(B) | 299.52º | 0.86% | 0.56% | - |
| XYZ | 16.61 | 8.35 | 27.12 | - |
| YUV | 70.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 20 | 144 | 0.01 | 0.86 | 0 | 0.44 | 299.52 | 0.76 | 0.32 |
| Hex | 8F | 14 | 90 | 1 | 56 | 0 | 2C | 12C | 4C | 20 |
| Octal | 217 | 24 | 220 | 1 | 126 | 0 | 54 | 454 | 114 | 40 |
| Binary | 10001111 | 10100 | 10010000 | 1 | 1010110 | 0 | 101100 | 100101100 | 1001100 | 100000 |
Color Harmonies of #8F1490
Complementary color
Monochromatic Colors of #8F1490
Black with #8F1490
Text Example
Text Example
White with #8F1490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1490; }
p { color: rgb(143,20,144); }
H1.HeaderClassName
{
color: #8F1490;
}
.AnyTagClassName
{
color: #8F1490;
}
</style>
background-color css
<style>
a { background-color: #8F1490; }
a { background-color: rgb(143,20,144); }
div.DivClassName
{
background-color: #8F1490;
}
.BgClassName
{
background-color: #8F1490;
}
</style>
border-color css
<style>
span { border-color: #8F1490; }
span { border-color: rgb(143,20,144); }
td.TdClassName
{
border-color: #8F1490;
}
.TagClassName
{
border-color: #8F1490;
}
</style>