Shades of Dark Purple #8B2C86
Tints of Dark Purple #8B2C86
RGB
CMYK
RGB Variations
Color information
#8B2C86 (or 0x8B2C86) is known color: Dark Purple. HEX triplet: 8B, 2C and 86. RGB value is (139,44,134). Sum of RGB (Red+Green+Blue) = 139+44+134=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2C86 is #74D379. Grayscale: #525252. Windows color (decimal): -7656314 or 8793227. OLE color: 8793227.
HSL color Cylindrical-coordinate representation of color #8B2C86: hue angle of 303.16º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B2C86 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 134 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.45 |
| HSL | 303.16º | 0.52% | 0.36% | - |
| HSV(B) | 303.16º | 0.68% | 0.55% | - |
| XYZ | 15.85 | 9.01 | 23.46 | - |
| YUV | 82.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 134 | 0 | 0.68 | 0.04 | 0.45 | 303.16 | 0.52 | 0.36 |
| Hex | 8B | 2C | 86 | 0 | 44 | 4 | 2D | 12F | 34 | 24 |
| Octal | 213 | 54 | 206 | 0 | 104 | 4 | 55 | 457 | 64 | 44 |
| Binary | 10001011 | 101100 | 10000110 | 0 | 1000100 | 100 | 101101 | 100101111 | 110100 | 100100 |
Color Harmonies of #8B2C86
Complementary color
Monochromatic Colors of #8B2C86
Black with #8B2C86
Text Example
Text Example
White with #8B2C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C86; }
p { color: rgb(139,44,134); }
H1.HeaderClassName
{
color: #8B2C86;
}
.AnyTagClassName
{
color: #8B2C86;
}
</style>
background-color css
<style>
a { background-color: #8B2C86; }
a { background-color: rgb(139,44,134); }
div.DivClassName
{
background-color: #8B2C86;
}
.BgClassName
{
background-color: #8B2C86;
}
</style>
border-color css
<style>
span { border-color: #8B2C86; }
span { border-color: rgb(139,44,134); }
td.TdClassName
{
border-color: #8B2C86;
}
.TagClassName
{
border-color: #8B2C86;
}
</style>