Shades of Dark Magenta #8A1089
Tints of Dark Magenta #8A1089
RGB
CMYK
RGB Variations
Color information
#8A1089 (or 0x8A1089) is known color: Dark Magenta. HEX triplet: 8A, 10 and 89. RGB value is (138,16,137). Sum of RGB (Red+Green+Blue) = 138+16+137=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1089 is #75EF76. Grayscale: #414141. Windows color (decimal): -7729015 or 8982666. OLE color: 8982666.
HSL color Cylindrical-coordinate representation of color #8A1089: hue angle of 300.49º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1089 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 16 | 137 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.46 |
| HSL | 300.49º | 0.79% | 0.3% | - |
| HSV(B) | 300.49º | 0.88% | 0.54% | - |
| XYZ | 15.18 | 7.58 | 24.33 | - |
| YUV | 66.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 16 | 137 | 0 | 0.88 | 0.01 | 0.46 | 300.49 | 0.79 | 0.3 |
| Hex | 8A | 10 | 89 | 0 | 58 | 1 | 2E | 12C | 4F | 1E |
| Octal | 212 | 20 | 211 | 0 | 130 | 1 | 56 | 454 | 117 | 36 |
| Binary | 10001010 | 10000 | 10001001 | 0 | 1011000 | 1 | 101110 | 100101100 | 1001111 | 11110 |
Color Harmonies of #8A1089
Complementary color
Monochromatic Colors of #8A1089
Black with #8A1089
Text Example
Text Example
White with #8A1089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1089; }
p { color: rgb(138,16,137); }
H1.HeaderClassName
{
color: #8A1089;
}
.AnyTagClassName
{
color: #8A1089;
}
</style>
background-color css
<style>
a { background-color: #8A1089; }
a { background-color: rgb(138,16,137); }
div.DivClassName
{
background-color: #8A1089;
}
.BgClassName
{
background-color: #8A1089;
}
</style>
border-color css
<style>
span { border-color: #8A1089; }
span { border-color: rgb(138,16,137); }
td.TdClassName
{
border-color: #8A1089;
}
.TagClassName
{
border-color: #8A1089;
}
</style>