Shades of Dark Magenta #8A1A90
Tints of Dark Magenta #8A1A90
RGB
CMYK
RGB Variations
Color information
#8A1A90 (or 0x8A1A90) is known color: Dark Magenta. HEX triplet: 8A, 1A and 90. RGB value is (138,26,144). Sum of RGB (Red+Green+Blue) = 138+26+144=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A1A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A1A90 is #75E56F. Grayscale: #484848. Windows color (decimal): -7726448 or 9443978. OLE color: 9443978.
HSL color Cylindrical-coordinate representation of color #8A1A90: hue angle of 296.95º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1A90 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 26 | 144 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.44 |
| HSL | 296.95º | 0.69% | 0.33% | - |
| HSV(B) | 296.95º | 0.82% | 0.56% | - |
| XYZ | 15.88 | 8.16 | 27.12 | - |
| YUV | 72.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 144 | 0.04 | 0.82 | 0 | 0.44 | 296.95 | 0.69 | 0.33 |
| Hex | 8A | 1A | 90 | 4 | 52 | 0 | 2C | 129 | 45 | 21 |
| Octal | 212 | 32 | 220 | 4 | 122 | 0 | 54 | 451 | 105 | 41 |
| Binary | 10001010 | 11010 | 10010000 | 100 | 1010010 | 0 | 101100 | 100101001 | 1000101 | 100001 |
Color Harmonies of #8A1A90
Complementary color
Monochromatic Colors of #8A1A90
Black with #8A1A90
Text Example
Text Example
White with #8A1A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A90; }
p { color: rgb(138,26,144); }
H1.HeaderClassName
{
color: #8A1A90;
}
.AnyTagClassName
{
color: #8A1A90;
}
</style>
background-color css
<style>
a { background-color: #8A1A90; }
a { background-color: rgb(138,26,144); }
div.DivClassName
{
background-color: #8A1A90;
}
.BgClassName
{
background-color: #8A1A90;
}
</style>
border-color css
<style>
span { border-color: #8A1A90; }
span { border-color: rgb(138,26,144); }
td.TdClassName
{
border-color: #8A1A90;
}
.TagClassName
{
border-color: #8A1A90;
}
</style>