Shades of Dark Magenta #8A1998
Tints of Dark Magenta #8A1998
RGB
CMYK
RGB Variations
Color information
#8A1998 (or 0x8A1998) is known color: Dark Magenta. HEX triplet: 8A, 19 and 98. RGB value is (138,25,152). Sum of RGB (Red+Green+Blue) = 138+25+152=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A1998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1998 is #75E667. Grayscale: #484848. Windows color (decimal): -7726696 or 9968010. OLE color: 9968010.
HSL color Cylindrical-coordinate representation of color #8A1998: hue angle of 293.39º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1998 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 25 | 152 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.40 |
| HSL | 293.39º | 0.72% | 0.35% | - |
| HSV(B) | 293.39º | 0.84% | 0.6% | - |
| XYZ | 16.5 | 8.37 | 30.45 | - |
| YUV | 73.27 | 172.44 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 152 | 0.09 | 0.84 | 0 | 0.40 | 293.39 | 0.72 | 0.35 |
| Hex | 8A | 19 | 98 | 9 | 54 | 0 | 28 | 125 | 48 | 23 |
| Octal | 212 | 31 | 230 | 11 | 124 | 0 | 50 | 445 | 110 | 43 |
| Binary | 10001010 | 11001 | 10011000 | 1001 | 1010100 | 0 | 101000 | 100100101 | 1001000 | 100011 |
Color Harmonies of #8A1998
Complementary color
Monochromatic Colors of #8A1998
Black with #8A1998
Text Example
Text Example
White with #8A1998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1998; }
p { color: rgb(138,25,152); }
H1.HeaderClassName
{
color: #8A1998;
}
.AnyTagClassName
{
color: #8A1998;
}
</style>
background-color css
<style>
a { background-color: #8A1998; }
a { background-color: rgb(138,25,152); }
div.DivClassName
{
background-color: #8A1998;
}
.BgClassName
{
background-color: #8A1998;
}
</style>
border-color css
<style>
span { border-color: #8A1998; }
span { border-color: rgb(138,25,152); }
td.TdClassName
{
border-color: #8A1998;
}
.TagClassName
{
border-color: #8A1998;
}
</style>