Shades of Dark Magenta #8A0085
Tints of Dark Magenta #8A0085
RGB
CMYK
RGB Variations
Color information
#8A0085 (or 0x8A0085) is known color: Dark Magenta. HEX triplet: 8A, 00 and 85. RGB value is (138,0,133). Sum of RGB (Red+Green+Blue) = 138+0+133=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0085 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0085 is #75FF7A. Grayscale: #383838. Windows color (decimal): -7733115 or 8716426. OLE color: 8716426.
HSL color Cylindrical-coordinate representation of color #8A0085: hue angle of 302.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0085 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.04 | 0.46 |
| HSL | 302.17º | 1% | 0.27% | - |
| HSV(B) | 302.17º | 1% | 0.54% | - |
| XYZ | 14.71 | 7.1 | 22.78 | - |
| YUV | 56.42 | 171.22 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 133 | 0 | 1 | 0.04 | 0.46 | 302.17 | 1 | 0.27 |
| Hex | 8A | 0 | 85 | 0 | 64 | 4 | 2E | 12E | 64 | 1B |
| Octal | 212 | 0 | 205 | 0 | 144 | 4 | 56 | 456 | 144 | 33 |
| Binary | 10001010 | 0 | 10000101 | 0 | 1100100 | 100 | 101110 | 100101110 | 1100100 | 11011 |
Color Harmonies of #8A0085
Complementary color
Monochromatic Colors of #8A0085
Black with #8A0085
Text Example
Text Example
White with #8A0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0085; }
p { color: rgb(138,0,133); }
H1.HeaderClassName
{
color: #8A0085;
}
.AnyTagClassName
{
color: #8A0085;
}
</style>
background-color css
<style>
a { background-color: #8A0085; }
a { background-color: rgb(138,0,133); }
div.DivClassName
{
background-color: #8A0085;
}
.BgClassName
{
background-color: #8A0085;
}
</style>
border-color css
<style>
span { border-color: #8A0085; }
span { border-color: rgb(138,0,133); }
td.TdClassName
{
border-color: #8A0085;
}
.TagClassName
{
border-color: #8A0085;
}
</style>