Shades of Dark Purple #8B166E
Tints of Dark Purple #8B166E
RGB
CMYK
RGB Variations
Color information
#8B166E (or 0x8B166E) is known color: Dark Purple. HEX triplet: 8B, 16 and 6E. RGB value is (139,22,110). Sum of RGB (Red+Green+Blue) = 139+22+110=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B166E is #74E991. Grayscale: #424242. Windows color (decimal): -7661970 or 7214731. OLE color: 7214731.
HSL color Cylindrical-coordinate representation of color #8B166E: hue angle of 314.87º 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 #8B166E is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 110 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.45 |
| HSL | 314.87º | 0.73% | 0.32% | - |
| HSV(B) | 314.87º | 0.84% | 0.55% | - |
| XYZ | 13.75 | 7.19 | 15.41 | - |
| YUV | 67.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 110 | 0 | 0.84 | 0.21 | 0.45 | 314.87 | 0.73 | 0.32 |
| Hex | 8B | 16 | 6E | 0 | 54 | 15 | 2D | 13B | 49 | 20 |
| Octal | 213 | 26 | 156 | 0 | 124 | 25 | 55 | 473 | 111 | 40 |
| Binary | 10001011 | 10110 | 1101110 | 0 | 1010100 | 10101 | 101101 | 100111011 | 1001001 | 100000 |
Color Harmonies of #8B166E
Complementary color
Monochromatic Colors of #8B166E
Black with #8B166E
Text Example
Text Example
White with #8B166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B166E; }
p { color: rgb(139,22,110); }
H1.HeaderClassName
{
color: #8B166E;
}
.AnyTagClassName
{
color: #8B166E;
}
</style>
background-color css
<style>
a { background-color: #8B166E; }
a { background-color: rgb(139,22,110); }
div.DivClassName
{
background-color: #8B166E;
}
.BgClassName
{
background-color: #8B166E;
}
</style>
border-color css
<style>
span { border-color: #8B166E; }
span { border-color: rgb(139,22,110); }
td.TdClassName
{
border-color: #8B166E;
}
.TagClassName
{
border-color: #8B166E;
}
</style>