Shades of Dark Magenta #8A0790
Tints of Dark Magenta #8A0790
RGB
CMYK
RGB Variations
Color information
#8A0790 (or 0x8A0790) is known color: Dark Magenta. HEX triplet: 8A, 07 and 90. RGB value is (138,7,144). Sum of RGB (Red+Green+Blue) = 138+7+144=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #8A0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0790 is #75F86F. Grayscale: #3D3D3D. Windows color (decimal): -7731312 or 9439114. OLE color: 9439114.
HSL color Cylindrical-coordinate representation of color #8A0790: hue angle of 297.37º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0790 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 7 | 144 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.44 |
| HSL | 297.37º | 0.91% | 0.3% | - |
| HSV(B) | 297.37º | 0.95% | 0.56% | - |
| XYZ | 15.59 | 7.57 | 27.02 | - |
| YUV | 61.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 144 | 0.04 | 0.95 | 0 | 0.44 | 297.37 | 0.91 | 0.3 |
| Hex | 8A | 7 | 90 | 4 | 5F | 0 | 2C | 129 | 5B | 1E |
| Octal | 212 | 7 | 220 | 4 | 137 | 0 | 54 | 451 | 133 | 36 |
| Binary | 10001010 | 111 | 10010000 | 100 | 1011111 | 0 | 101100 | 100101001 | 1011011 | 11110 |
Color Harmonies of #8A0790
Complementary color
Monochromatic Colors of #8A0790
Black with #8A0790
Text Example
Text Example
White with #8A0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0790; }
p { color: rgb(138,7,144); }
H1.HeaderClassName
{
color: #8A0790;
}
.AnyTagClassName
{
color: #8A0790;
}
</style>
background-color css
<style>
a { background-color: #8A0790; }
a { background-color: rgb(138,7,144); }
div.DivClassName
{
background-color: #8A0790;
}
.BgClassName
{
background-color: #8A0790;
}
</style>
border-color css
<style>
span { border-color: #8A0790; }
span { border-color: rgb(138,7,144); }
td.TdClassName
{
border-color: #8A0790;
}
.TagClassName
{
border-color: #8A0790;
}
</style>