Shades of Dark Magenta #8A1195
Tints of Dark Magenta #8A1195
RGB
CMYK
RGB Variations
Color information
#8A1195 (or 0x8A1195) is known color: Dark Magenta. HEX triplet: 8A, 11 and 95. RGB value is (138,17,149). Sum of RGB (Red+Green+Blue) = 138+17+149=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1195 is #75EE6A. Grayscale: #434343. Windows color (decimal): -7728747 or 9769354. OLE color: 9769354.
HSL color Cylindrical-coordinate representation of color #8A1195: hue angle of 295º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A1195 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 17 | 149 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.42 |
| HSL | 295º | 0.8% | 0.33% | - |
| HSV(B) | 295º | 0.89% | 0.58% | - |
| XYZ | 16.11 | 7.97 | 29.12 | - |
| YUV | 68.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 149 | 0.07 | 0.89 | 0 | 0.42 | 295 | 0.8 | 0.33 |
| Hex | 8A | 11 | 95 | 7 | 59 | 0 | 2A | 127 | 50 | 21 |
| Octal | 212 | 21 | 225 | 7 | 131 | 0 | 52 | 447 | 120 | 41 |
| Binary | 10001010 | 10001 | 10010101 | 111 | 1011001 | 0 | 101010 | 100100111 | 1010000 | 100001 |
Color Harmonies of #8A1195
Complementary color
Monochromatic Colors of #8A1195
Black with #8A1195
Text Example
Text Example
White with #8A1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1195; }
p { color: rgb(138,17,149); }
H1.HeaderClassName
{
color: #8A1195;
}
.AnyTagClassName
{
color: #8A1195;
}
</style>
background-color css
<style>
a { background-color: #8A1195; }
a { background-color: rgb(138,17,149); }
div.DivClassName
{
background-color: #8A1195;
}
.BgClassName
{
background-color: #8A1195;
}
</style>
border-color css
<style>
span { border-color: #8A1195; }
span { border-color: rgb(138,17,149); }
td.TdClassName
{
border-color: #8A1195;
}
.TagClassName
{
border-color: #8A1195;
}
</style>