Shades of Dark Magenta #8C1A90
Tints of Dark Magenta #8C1A90
RGB
CMYK
RGB Variations
Color information
#8C1A90 (or 0x8C1A90) is known color: Dark Magenta. HEX triplet: 8C, 1A and 90. RGB value is (140,26,144). Sum of RGB (Red+Green+Blue) = 140+26+144=310 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.16% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C1A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A90 is #73E56F. Grayscale: #494949. Windows color (decimal): -7595376 or 9443980. OLE color: 9443980.
HSL color Cylindrical-coordinate representation of color #8C1A90: hue angle of 297.97º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1A90 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 26 | 144 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.44 |
| HSL | 297.97º | 0.69% | 0.33% | - |
| HSV(B) | 297.97º | 0.82% | 0.56% | - |
| XYZ | 16.22 | 8.33 | 27.14 | - |
| YUV | 73.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 144 | 0.03 | 0.82 | 0 | 0.44 | 297.97 | 0.69 | 0.33 |
| Hex | 8C | 1A | 90 | 3 | 52 | 0 | 2C | 12A | 45 | 21 |
| Octal | 214 | 32 | 220 | 3 | 122 | 0 | 54 | 452 | 105 | 41 |
| Binary | 10001100 | 11010 | 10010000 | 11 | 1010010 | 0 | 101100 | 100101010 | 1000101 | 100001 |
Color Harmonies of #8C1A90
Complementary color
Monochromatic Colors of #8C1A90
Black with #8C1A90
Text Example
Text Example
White with #8C1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A90; }
p { color: rgb(140,26,144); }
H1.HeaderClassName
{
color: #8C1A90;
}
.AnyTagClassName
{
color: #8C1A90;
}
</style>
background-color css
<style>
a { background-color: #8C1A90; }
a { background-color: rgb(140,26,144); }
div.DivClassName
{
background-color: #8C1A90;
}
.BgClassName
{
background-color: #8C1A90;
}
</style>
border-color css
<style>
span { border-color: #8C1A90; }
span { border-color: rgb(140,26,144); }
td.TdClassName
{
border-color: #8C1A90;
}
.TagClassName
{
border-color: #8C1A90;
}
</style>