Shades of Dark Magenta #8A1395
Tints of Dark Magenta #8A1395
RGB
CMYK
RGB Variations
Color information
#8A1395 (or 0x8A1395) is known color: Dark Magenta. HEX triplet: 8A, 13 and 95. RGB value is (138,19,149). Sum of RGB (Red+Green+Blue) = 138+19+149=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1395 is #75EC6A. Grayscale: #454545. Windows color (decimal): -7728235 or 9769866. OLE color: 9769866.
HSL color Cylindrical-coordinate representation of color #8A1395: hue angle of 294.92º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A1395 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 19 | 149 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.42 |
| HSL | 294.92º | 0.77% | 0.33% | - |
| HSV(B) | 294.92º | 0.87% | 0.58% | - |
| XYZ | 16.14 | 8.04 | 29.13 | - |
| YUV | 69.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 149 | 0.07 | 0.87 | 0 | 0.42 | 294.92 | 0.77 | 0.33 |
| Hex | 8A | 13 | 95 | 7 | 57 | 0 | 2A | 127 | 4D | 21 |
| Octal | 212 | 23 | 225 | 7 | 127 | 0 | 52 | 447 | 115 | 41 |
| Binary | 10001010 | 10011 | 10010101 | 111 | 1010111 | 0 | 101010 | 100100111 | 1001101 | 100001 |
Color Harmonies of #8A1395
Complementary color
Monochromatic Colors of #8A1395
Black with #8A1395
Text Example
Text Example
White with #8A1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1395; }
p { color: rgb(138,19,149); }
H1.HeaderClassName
{
color: #8A1395;
}
.AnyTagClassName
{
color: #8A1395;
}
</style>
background-color css
<style>
a { background-color: #8A1395; }
a { background-color: rgb(138,19,149); }
div.DivClassName
{
background-color: #8A1395;
}
.BgClassName
{
background-color: #8A1395;
}
</style>
border-color css
<style>
span { border-color: #8A1395; }
span { border-color: rgb(138,19,149); }
td.TdClassName
{
border-color: #8A1395;
}
.TagClassName
{
border-color: #8A1395;
}
</style>