Shades of Dark Magenta #8A1293
Tints of Dark Magenta #8A1293
RGB
CMYK
RGB Variations
Color information
#8A1293 (or 0x8A1293) is known color: Dark Magenta. HEX triplet: 8A, 12 and 93. RGB value is (138,18,147). Sum of RGB (Red+Green+Blue) = 138+18+147=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A1293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1293 is #75ED6C. Grayscale: #444444. Windows color (decimal): -7728493 or 9638538. OLE color: 9638538.
HSL color Cylindrical-coordinate representation of color #8A1293: hue angle of 295.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1293 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 18 | 147 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.42 |
| HSL | 295.81º | 0.78% | 0.32% | - |
| HSV(B) | 295.81º | 0.88% | 0.58% | - |
| XYZ | 15.96 | 7.94 | 28.3 | - |
| YUV | 68.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 18 | 147 | 0.06 | 0.88 | 0 | 0.42 | 295.81 | 0.78 | 0.32 |
| Hex | 8A | 12 | 93 | 6 | 58 | 0 | 2A | 128 | 4E | 20 |
| Octal | 212 | 22 | 223 | 6 | 130 | 0 | 52 | 450 | 116 | 40 |
| Binary | 10001010 | 10010 | 10010011 | 110 | 1011000 | 0 | 101010 | 100101000 | 1001110 | 100000 |
Color Harmonies of #8A1293
Complementary color
Monochromatic Colors of #8A1293
Black with #8A1293
Text Example
Text Example
White with #8A1293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1293; }
p { color: rgb(138,18,147); }
H1.HeaderClassName
{
color: #8A1293;
}
.AnyTagClassName
{
color: #8A1293;
}
</style>
background-color css
<style>
a { background-color: #8A1293; }
a { background-color: rgb(138,18,147); }
div.DivClassName
{
background-color: #8A1293;
}
.BgClassName
{
background-color: #8A1293;
}
</style>
border-color css
<style>
span { border-color: #8A1293; }
span { border-color: rgb(138,18,147); }
td.TdClassName
{
border-color: #8A1293;
}
.TagClassName
{
border-color: #8A1293;
}
</style>