Shades of Dark Purple #8B2C84
Tints of Dark Purple #8B2C84
RGB
CMYK
RGB Variations
Color information
#8B2C84 (or 0x8B2C84) is known color: Dark Purple. HEX triplet: 8B, 2C and 84. RGB value is (139,44,132). Sum of RGB (Red+Green+Blue) = 139+44+132=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2C84 is #74D37B. Grayscale: #525252. Windows color (decimal): -7656316 or 8662155. OLE color: 8662155.
HSL color Cylindrical-coordinate representation of color #8B2C84: hue angle of 304.42º 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 #8B2C84 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 132 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.45 |
| HSL | 304.42º | 0.52% | 0.36% | - |
| HSV(B) | 304.42º | 0.68% | 0.55% | - |
| XYZ | 15.71 | 8.96 | 22.73 | - |
| YUV | 82.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 132 | 0 | 0.68 | 0.05 | 0.45 | 304.42 | 0.52 | 0.36 |
| Hex | 8B | 2C | 84 | 0 | 44 | 5 | 2D | 130 | 34 | 24 |
| Octal | 213 | 54 | 204 | 0 | 104 | 5 | 55 | 460 | 64 | 44 |
| Binary | 10001011 | 101100 | 10000100 | 0 | 1000100 | 101 | 101101 | 100110000 | 110100 | 100100 |
Color Harmonies of #8B2C84
Complementary color
Monochromatic Colors of #8B2C84
Black with #8B2C84
Text Example
Text Example
White with #8B2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C84; }
p { color: rgb(139,44,132); }
H1.HeaderClassName
{
color: #8B2C84;
}
.AnyTagClassName
{
color: #8B2C84;
}
</style>
background-color css
<style>
a { background-color: #8B2C84; }
a { background-color: rgb(139,44,132); }
div.DivClassName
{
background-color: #8B2C84;
}
.BgClassName
{
background-color: #8B2C84;
}
</style>
border-color css
<style>
span { border-color: #8B2C84; }
span { border-color: rgb(139,44,132); }
td.TdClassName
{
border-color: #8B2C84;
}
.TagClassName
{
border-color: #8B2C84;
}
</style>