Shades of Dark Magenta #8A179B
Tints of Dark Magenta #8A179B
RGB
CMYK
RGB Variations
Color information
#8A179B (or 0x8A179B) is known color: Dark Magenta. HEX triplet: 8A, 17 and 9B. RGB value is (138,23,155). Sum of RGB (Red+Green+Blue) = 138+23+155=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A179B is #75E864. Grayscale: #484848. Windows color (decimal): -7727205 or 10164106. OLE color: 10164106.
HSL color Cylindrical-coordinate representation of color #8A179B: hue angle of 292.27º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A179B is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 23 | 155 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.39 |
| HSL | 292.27º | 0.74% | 0.35% | - |
| HSV(B) | 292.27º | 0.85% | 0.61% | - |
| XYZ | 16.7 | 8.38 | 31.75 | - |
| YUV | 72.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 23 | 155 | 0.11 | 0.85 | 0 | 0.39 | 292.27 | 0.74 | 0.35 |
| Hex | 8A | 17 | 9B | B | 55 | 0 | 27 | 124 | 4A | 23 |
| Octal | 212 | 27 | 233 | 13 | 125 | 0 | 47 | 444 | 112 | 43 |
| Binary | 10001010 | 10111 | 10011011 | 1011 | 1010101 | 0 | 100111 | 100100100 | 1001010 | 100011 |
Color Harmonies of #8A179B
Complementary color
Monochromatic Colors of #8A179B
Black with #8A179B
Text Example
Text Example
White with #8A179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A179B; }
p { color: rgb(138,23,155); }
H1.HeaderClassName
{
color: #8A179B;
}
.AnyTagClassName
{
color: #8A179B;
}
</style>
background-color css
<style>
a { background-color: #8A179B; }
a { background-color: rgb(138,23,155); }
div.DivClassName
{
background-color: #8A179B;
}
.BgClassName
{
background-color: #8A179B;
}
</style>
border-color css
<style>
span { border-color: #8A179B; }
span { border-color: rgb(138,23,155); }
td.TdClassName
{
border-color: #8A179B;
}
.TagClassName
{
border-color: #8A179B;
}
</style>