Shades of Dark Magenta #8A169E
Tints of Dark Magenta #8A169E
RGB
CMYK
RGB Variations
Color information
#8A169E (or 0x8A169E) is known color: Dark Magenta. HEX triplet: 8A, 16 and 9E. RGB value is (138,22,158). Sum of RGB (Red+Green+Blue) = 138+22+158=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A169E is #75E961. Grayscale: #474747. Windows color (decimal): -7727458 or 10360458. OLE color: 10360458.
HSL color Cylindrical-coordinate representation of color #8A169E: hue angle of 291.18º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A169E is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 22 | 158 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.38 |
| HSL | 291.18º | 0.76% | 0.35% | - |
| HSV(B) | 291.18º | 0.86% | 0.62% | - |
| XYZ | 16.94 | 8.45 | 33.09 | - |
| YUV | 72.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 158 | 0.13 | 0.86 | 0 | 0.38 | 291.18 | 0.76 | 0.35 |
| Hex | 8A | 16 | 9E | D | 56 | 0 | 26 | 123 | 4C | 23 |
| Octal | 212 | 26 | 236 | 15 | 126 | 0 | 46 | 443 | 114 | 43 |
| Binary | 10001010 | 10110 | 10011110 | 1101 | 1010110 | 0 | 100110 | 100100011 | 1001100 | 100011 |
Color Harmonies of #8A169E
Complementary color
Monochromatic Colors of #8A169E
Black with #8A169E
Text Example
Text Example
White with #8A169E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A169E; }
p { color: rgb(138,22,158); }
H1.HeaderClassName
{
color: #8A169E;
}
.AnyTagClassName
{
color: #8A169E;
}
</style>
background-color css
<style>
a { background-color: #8A169E; }
a { background-color: rgb(138,22,158); }
div.DivClassName
{
background-color: #8A169E;
}
.BgClassName
{
background-color: #8A169E;
}
</style>
border-color css
<style>
span { border-color: #8A169E; }
span { border-color: rgb(138,22,158); }
td.TdClassName
{
border-color: #8A169E;
}
.TagClassName
{
border-color: #8A169E;
}
</style>