Shades of Dark Magenta #8B169C
Tints of Dark Magenta #8B169C
RGB
CMYK
RGB Variations
Color information
#8B169C (or 0x8B169C) is known color: Dark Magenta. HEX triplet: 8B, 16 and 9C. RGB value is (139,22,156). Sum of RGB (Red+Green+Blue) = 139+22+156=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B169C is #74E963. Grayscale: #474747. Windows color (decimal): -7661924 or 10229387. OLE color: 10229387.
HSL color Cylindrical-coordinate representation of color #8B169C: hue angle of 292.39º 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 #8B169C is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 22 | 156 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.39 |
| HSL | 292.39º | 0.75% | 0.35% | - |
| HSV(B) | 292.39º | 0.86% | 0.61% | - |
| XYZ | 16.94 | 8.46 | 32.19 | - |
| YUV | 72.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 156 | 0.11 | 0.86 | 0 | 0.39 | 292.39 | 0.75 | 0.35 |
| Hex | 8B | 16 | 9C | B | 56 | 0 | 27 | 124 | 4B | 23 |
| Octal | 213 | 26 | 234 | 13 | 126 | 0 | 47 | 444 | 113 | 43 |
| Binary | 10001011 | 10110 | 10011100 | 1011 | 1010110 | 0 | 100111 | 100100100 | 1001011 | 100011 |
Color Harmonies of #8B169C
Complementary color
Monochromatic Colors of #8B169C
Black with #8B169C
Text Example
Text Example
White with #8B169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B169C; }
p { color: rgb(139,22,156); }
H1.HeaderClassName
{
color: #8B169C;
}
.AnyTagClassName
{
color: #8B169C;
}
</style>
background-color css
<style>
a { background-color: #8B169C; }
a { background-color: rgb(139,22,156); }
div.DivClassName
{
background-color: #8B169C;
}
.BgClassName
{
background-color: #8B169C;
}
</style>
border-color css
<style>
span { border-color: #8B169C; }
span { border-color: rgb(139,22,156); }
td.TdClassName
{
border-color: #8B169C;
}
.TagClassName
{
border-color: #8B169C;
}
</style>