Shades of Dark Magenta #8A168C
Tints of Dark Magenta #8A168C
RGB
CMYK
RGB Variations
Color information
#8A168C (or 0x8A168C) is known color: Dark Magenta. HEX triplet: 8A, 16 and 8C. RGB value is (138,22,140). Sum of RGB (Red+Green+Blue) = 138+22+140=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #8A168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A168C is #75E973. Grayscale: #454545. Windows color (decimal): -7727476 or 9180810. OLE color: 9180810.
HSL color Cylindrical-coordinate representation of color #8A168C: hue angle of 298.98º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A168C is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 22 | 140 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.45 |
| HSL | 298.98º | 0.73% | 0.32% | - |
| HSV(B) | 298.98º | 0.84% | 0.55% | - |
| XYZ | 15.5 | 7.87 | 25.51 | - |
| YUV | 70.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 22 | 140 | 0.01 | 0.84 | 0 | 0.45 | 298.98 | 0.73 | 0.32 |
| Hex | 8A | 16 | 8C | 1 | 54 | 0 | 2D | 12B | 49 | 20 |
| Octal | 212 | 26 | 214 | 1 | 124 | 0 | 55 | 453 | 111 | 40 |
| Binary | 10001010 | 10110 | 10001100 | 1 | 1010100 | 0 | 101101 | 100101011 | 1001001 | 100000 |
Color Harmonies of #8A168C
Complementary color
Monochromatic Colors of #8A168C
Black with #8A168C
Text Example
Text Example
White with #8A168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A168C; }
p { color: rgb(138,22,140); }
H1.HeaderClassName
{
color: #8A168C;
}
.AnyTagClassName
{
color: #8A168C;
}
</style>
background-color css
<style>
a { background-color: #8A168C; }
a { background-color: rgb(138,22,140); }
div.DivClassName
{
background-color: #8A168C;
}
.BgClassName
{
background-color: #8A168C;
}
</style>
border-color css
<style>
span { border-color: #8A168C; }
span { border-color: rgb(138,22,140); }
td.TdClassName
{
border-color: #8A168C;
}
.TagClassName
{
border-color: #8A168C;
}
</style>