Shades of Dark Magenta #8A1394
Tints of Dark Magenta #8A1394
RGB
CMYK
RGB Variations
Color information
#8A1394 (or 0x8A1394) is known color: Dark Magenta. HEX triplet: 8A, 13 and 94. RGB value is (138,19,148). Sum of RGB (Red+Green+Blue) = 138+19+148=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1394 is #75EC6B. Grayscale: #444444. Windows color (decimal): -7728236 or 9704330. OLE color: 9704330.
HSL color Cylindrical-coordinate representation of color #8A1394: hue angle of 295.35º 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 #8A1394 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 19 | 148 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.42 |
| HSL | 295.35º | 0.77% | 0.33% | - |
| HSV(B) | 295.35º | 0.87% | 0.58% | - |
| XYZ | 16.06 | 8.01 | 28.72 | - |
| YUV | 69.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 19 | 148 | 0.07 | 0.87 | 0 | 0.42 | 295.35 | 0.77 | 0.33 |
| Hex | 8A | 13 | 94 | 7 | 57 | 0 | 2A | 127 | 4D | 21 |
| Octal | 212 | 23 | 224 | 7 | 127 | 0 | 52 | 447 | 115 | 41 |
| Binary | 10001010 | 10011 | 10010100 | 111 | 1010111 | 0 | 101010 | 100100111 | 1001101 | 100001 |
Color Harmonies of #8A1394
Complementary color
Monochromatic Colors of #8A1394
Black with #8A1394
Text Example
Text Example
White with #8A1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1394; }
p { color: rgb(138,19,148); }
H1.HeaderClassName
{
color: #8A1394;
}
.AnyTagClassName
{
color: #8A1394;
}
</style>
background-color css
<style>
a { background-color: #8A1394; }
a { background-color: rgb(138,19,148); }
div.DivClassName
{
background-color: #8A1394;
}
.BgClassName
{
background-color: #8A1394;
}
</style>
border-color css
<style>
span { border-color: #8A1394; }
span { border-color: rgb(138,19,148); }
td.TdClassName
{
border-color: #8A1394;
}
.TagClassName
{
border-color: #8A1394;
}
</style>