Shades of Dark Magenta #8C169B
Tints of Dark Magenta #8C169B
RGB
CMYK
RGB Variations
Color information
#8C169B (or 0x8C169B) is known color: Dark Magenta. HEX triplet: 8C, 16 and 9B. RGB value is (140,22,155). Sum of RGB (Red+Green+Blue) = 140+22+155=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C169B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C169B is #73E964. Grayscale: #484848. Windows color (decimal): -7596389 or 10163852. OLE color: 10163852.
HSL color Cylindrical-coordinate representation of color #8C169B: hue angle of 293.23º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C169B is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 22 | 155 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.39 |
| HSL | 293.23º | 0.75% | 0.35% | - |
| HSV(B) | 293.23º | 0.86% | 0.61% | - |
| XYZ | 17.02 | 8.52 | 31.76 | - |
| YUV | 72.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 22 | 155 | 0.10 | 0.86 | 0 | 0.39 | 293.23 | 0.75 | 0.35 |
| Hex | 8C | 16 | 9B | A | 56 | 0 | 27 | 125 | 4B | 23 |
| Octal | 214 | 26 | 233 | 12 | 126 | 0 | 47 | 445 | 113 | 43 |
| Binary | 10001100 | 10110 | 10011011 | 1010 | 1010110 | 0 | 100111 | 100100101 | 1001011 | 100011 |
Color Harmonies of #8C169B
Complementary color
Monochromatic Colors of #8C169B
Black with #8C169B
Text Example
Text Example
White with #8C169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C169B; }
p { color: rgb(140,22,155); }
H1.HeaderClassName
{
color: #8C169B;
}
.AnyTagClassName
{
color: #8C169B;
}
</style>
background-color css
<style>
a { background-color: #8C169B; }
a { background-color: rgb(140,22,155); }
div.DivClassName
{
background-color: #8C169B;
}
.BgClassName
{
background-color: #8C169B;
}
</style>
border-color css
<style>
span { border-color: #8C169B; }
span { border-color: rgb(140,22,155); }
td.TdClassName
{
border-color: #8C169B;
}
.TagClassName
{
border-color: #8C169B;
}
</style>