Shades of Dark Magenta #8A198C
Tints of Dark Magenta #8A198C
RGB
CMYK
RGB Variations
Color information
#8A198C (or 0x8A198C) is known color: Dark Magenta. HEX triplet: 8A, 19 and 8C. RGB value is (138,25,140). Sum of RGB (Red+Green+Blue) = 138+25+140=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A198C is #75E673. Grayscale: #474747. Windows color (decimal): -7726708 or 9181578. OLE color: 9181578.
HSL color Cylindrical-coordinate representation of color #8A198C: hue angle of 298.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A198C is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 25 | 140 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.45 |
| HSL | 298.96º | 0.7% | 0.32% | - |
| HSV(B) | 298.96º | 0.82% | 0.55% | - |
| XYZ | 15.56 | 7.99 | 25.53 | - |
| YUV | 71.9 | 166.44 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 140 | 0.01 | 0.82 | 0 | 0.45 | 298.96 | 0.7 | 0.32 |
| Hex | 8A | 19 | 8C | 1 | 52 | 0 | 2D | 12B | 46 | 20 |
| Octal | 212 | 31 | 214 | 1 | 122 | 0 | 55 | 453 | 106 | 40 |
| Binary | 10001010 | 11001 | 10001100 | 1 | 1010010 | 0 | 101101 | 100101011 | 1000110 | 100000 |
Color Harmonies of #8A198C
Complementary color
Monochromatic Colors of #8A198C
Black with #8A198C
Text Example
Text Example
White with #8A198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A198C; }
p { color: rgb(138,25,140); }
H1.HeaderClassName
{
color: #8A198C;
}
.AnyTagClassName
{
color: #8A198C;
}
</style>
background-color css
<style>
a { background-color: #8A198C; }
a { background-color: rgb(138,25,140); }
div.DivClassName
{
background-color: #8A198C;
}
.BgClassName
{
background-color: #8A198C;
}
</style>
border-color css
<style>
span { border-color: #8A198C; }
span { border-color: rgb(138,25,140); }
td.TdClassName
{
border-color: #8A198C;
}
.TagClassName
{
border-color: #8A198C;
}
</style>