Shades of Dark Magenta #8A0895
Tints of Dark Magenta #8A0895
RGB
CMYK
RGB Variations
Color information
#8A0895 (or 0x8A0895) is known color: Dark Magenta. HEX triplet: 8A, 08 and 95. RGB value is (138,8,149). Sum of RGB (Red+Green+Blue) = 138+8+149=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A0895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0895 is #75F76A. Grayscale: #3E3E3E. Windows color (decimal): -7731051 or 9767050. OLE color: 9767050.
HSL color Cylindrical-coordinate representation of color #8A0895: hue angle of 295.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0895 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 8 | 149 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.42 |
| HSL | 295.32º | 0.9% | 0.31% | - |
| HSV(B) | 295.32º | 0.95% | 0.58% | - |
| XYZ | 15.99 | 7.75 | 29.09 | - |
| YUV | 62.94 | 176.57 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 8 | 149 | 0.07 | 0.95 | 0 | 0.42 | 295.32 | 0.9 | 0.31 |
| Hex | 8A | 8 | 95 | 7 | 5F | 0 | 2A | 127 | 5A | 1F |
| Octal | 212 | 10 | 225 | 7 | 137 | 0 | 52 | 447 | 132 | 37 |
| Binary | 10001010 | 1000 | 10010101 | 111 | 1011111 | 0 | 101010 | 100100111 | 1011010 | 11111 |
Color Harmonies of #8A0895
Complementary color
Monochromatic Colors of #8A0895
Black with #8A0895
Text Example
Text Example
White with #8A0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0895; }
p { color: rgb(138,8,149); }
H1.HeaderClassName
{
color: #8A0895;
}
.AnyTagClassName
{
color: #8A0895;
}
</style>
background-color css
<style>
a { background-color: #8A0895; }
a { background-color: rgb(138,8,149); }
div.DivClassName
{
background-color: #8A0895;
}
.BgClassName
{
background-color: #8A0895;
}
</style>
border-color css
<style>
span { border-color: #8A0895; }
span { border-color: rgb(138,8,149); }
td.TdClassName
{
border-color: #8A0895;
}
.TagClassName
{
border-color: #8A0895;
}
</style>