Shades of Dark Purple #8B166D
Tints of Dark Purple #8B166D
RGB
CMYK
RGB Variations
Color information
#8B166D (or 0x8B166D) is known color: Dark Purple. HEX triplet: 8B, 16 and 6D. RGB value is (139,22,109). Sum of RGB (Red+Green+Blue) = 139+22+109=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B166D is #74E992. Grayscale: #424242. Windows color (decimal): -7661971 or 7149195. OLE color: 7149195.
HSL color Cylindrical-coordinate representation of color #8B166D: hue angle of 315.38º 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 #8B166D is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 109 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.45 |
| HSL | 315.38º | 0.73% | 0.32% | - |
| HSV(B) | 315.38º | 0.84% | 0.55% | - |
| XYZ | 13.69 | 7.17 | 15.13 | - |
| YUV | 66.9 | 151.76 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 109 | 0 | 0.84 | 0.22 | 0.45 | 315.38 | 0.73 | 0.32 |
| Hex | 8B | 16 | 6D | 0 | 54 | 16 | 2D | 13B | 49 | 20 |
| Octal | 213 | 26 | 155 | 0 | 124 | 26 | 55 | 473 | 111 | 40 |
| Binary | 10001011 | 10110 | 1101101 | 0 | 1010100 | 10110 | 101101 | 100111011 | 1001001 | 100000 |
Color Harmonies of #8B166D
Complementary color
Monochromatic Colors of #8B166D
Black with #8B166D
Text Example
Text Example
White with #8B166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B166D; }
p { color: rgb(139,22,109); }
H1.HeaderClassName
{
color: #8B166D;
}
.AnyTagClassName
{
color: #8B166D;
}
</style>
background-color css
<style>
a { background-color: #8B166D; }
a { background-color: rgb(139,22,109); }
div.DivClassName
{
background-color: #8B166D;
}
.BgClassName
{
background-color: #8B166D;
}
</style>
border-color css
<style>
span { border-color: #8B166D; }
span { border-color: rgb(139,22,109); }
td.TdClassName
{
border-color: #8B166D;
}
.TagClassName
{
border-color: #8B166D;
}
</style>