Shades of Dark Purple #8B166B
Tints of Dark Purple #8B166B
RGB
CMYK
RGB Variations
Color information
#8B166B (or 0x8B166B) is known color: Dark Purple. HEX triplet: 8B, 16 and 6B. RGB value is (139,22,107). Sum of RGB (Red+Green+Blue) = 139+22+107=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B166B is #74E994. Grayscale: #424242. Windows color (decimal): -7661973 or 7018123. OLE color: 7018123.
HSL color Cylindrical-coordinate representation of color #8B166B: hue angle of 316.41º 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 #8B166B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 22 | 107 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.45 |
| HSL | 316.41º | 0.73% | 0.32% | - |
| HSV(B) | 316.41º | 0.84% | 0.55% | - |
| XYZ | 13.59 | 7.12 | 14.57 | - |
| YUV | 66.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 22 | 107 | 0 | 0.84 | 0.23 | 0.45 | 316.41 | 0.73 | 0.32 |
| Hex | 8B | 16 | 6B | 0 | 54 | 17 | 2D | 13C | 49 | 20 |
| Octal | 213 | 26 | 153 | 0 | 124 | 27 | 55 | 474 | 111 | 40 |
| Binary | 10001011 | 10110 | 1101011 | 0 | 1010100 | 10111 | 101101 | 100111100 | 1001001 | 100000 |
Color Harmonies of #8B166B
Complementary color
Monochromatic Colors of #8B166B
Black with #8B166B
Text Example
Text Example
White with #8B166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B166B; }
p { color: rgb(139,22,107); }
H1.HeaderClassName
{
color: #8B166B;
}
.AnyTagClassName
{
color: #8B166B;
}
</style>
background-color css
<style>
a { background-color: #8B166B; }
a { background-color: rgb(139,22,107); }
div.DivClassName
{
background-color: #8B166B;
}
.BgClassName
{
background-color: #8B166B;
}
</style>
border-color css
<style>
span { border-color: #8B166B; }
span { border-color: rgb(139,22,107); }
td.TdClassName
{
border-color: #8B166B;
}
.TagClassName
{
border-color: #8B166B;
}
</style>