Shades of Dark Magenta #8A0898
Tints of Dark Magenta #8A0898
RGB
CMYK
RGB Variations
Color information
#8A0898 (or 0x8A0898) is known color: Dark Magenta. HEX triplet: 8A, 08 and 98. RGB value is (138,8,152). Sum of RGB (Red+Green+Blue) = 138+8+152=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A0898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0898 is #75F767. Grayscale: #3E3E3E. Windows color (decimal): -7731048 or 9963658. OLE color: 9963658.
HSL color Cylindrical-coordinate representation of color #8A0898: hue angle of 294.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0898 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 8 | 152 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.40 |
| HSL | 294.17º | 0.9% | 0.31% | - |
| HSV(B) | 294.17º | 0.95% | 0.6% | - |
| XYZ | 16.24 | 7.84 | 30.36 | - |
| YUV | 63.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 152 | 0.09 | 0.95 | 0 | 0.40 | 294.17 | 0.9 | 0.31 |
| Hex | 8A | 8 | 98 | 9 | 5F | 0 | 28 | 126 | 5A | 1F |
| Octal | 212 | 10 | 230 | 11 | 137 | 0 | 50 | 446 | 132 | 37 |
| Binary | 10001010 | 1000 | 10011000 | 1001 | 1011111 | 0 | 101000 | 100100110 | 1011010 | 11111 |
Color Harmonies of #8A0898
Complementary color
Monochromatic Colors of #8A0898
Black with #8A0898
Text Example
Text Example
White with #8A0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0898; }
p { color: rgb(138,8,152); }
H1.HeaderClassName
{
color: #8A0898;
}
.AnyTagClassName
{
color: #8A0898;
}
</style>
background-color css
<style>
a { background-color: #8A0898; }
a { background-color: rgb(138,8,152); }
div.DivClassName
{
background-color: #8A0898;
}
.BgClassName
{
background-color: #8A0898;
}
</style>
border-color css
<style>
span { border-color: #8A0898; }
span { border-color: rgb(138,8,152); }
td.TdClassName
{
border-color: #8A0898;
}
.TagClassName
{
border-color: #8A0898;
}
</style>