Shades of Dark Purple #8B2C85
Tints of Dark Purple #8B2C85
RGB
CMYK
RGB Variations
Color information
#8B2C85 (or 0x8B2C85) is known color: Dark Purple. HEX triplet: 8B, 2C and 85. RGB value is (139,44,133). Sum of RGB (Red+Green+Blue) = 139+44+133=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2C85 is #74D37A. Grayscale: #525252. Windows color (decimal): -7656315 or 8727691. OLE color: 8727691.
HSL color Cylindrical-coordinate representation of color #8B2C85: hue angle of 303.79º 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 #8B2C85 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 44 | 133 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.45 |
| HSL | 303.79º | 0.52% | 0.36% | - |
| HSV(B) | 303.79º | 0.68% | 0.55% | - |
| XYZ | 15.78 | 8.98 | 23.09 | - |
| YUV | 82.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 44 | 133 | 0 | 0.68 | 0.04 | 0.45 | 303.79 | 0.52 | 0.36 |
| Hex | 8B | 2C | 85 | 0 | 44 | 4 | 2D | 130 | 34 | 24 |
| Octal | 213 | 54 | 205 | 0 | 104 | 4 | 55 | 460 | 64 | 44 |
| Binary | 10001011 | 101100 | 10000101 | 0 | 1000100 | 100 | 101101 | 100110000 | 110100 | 100100 |
Color Harmonies of #8B2C85
Complementary color
Monochromatic Colors of #8B2C85
Black with #8B2C85
Text Example
Text Example
White with #8B2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2C85; }
p { color: rgb(139,44,133); }
H1.HeaderClassName
{
color: #8B2C85;
}
.AnyTagClassName
{
color: #8B2C85;
}
</style>
background-color css
<style>
a { background-color: #8B2C85; }
a { background-color: rgb(139,44,133); }
div.DivClassName
{
background-color: #8B2C85;
}
.BgClassName
{
background-color: #8B2C85;
}
</style>
border-color css
<style>
span { border-color: #8B2C85; }
span { border-color: rgb(139,44,133); }
td.TdClassName
{
border-color: #8B2C85;
}
.TagClassName
{
border-color: #8B2C85;
}
</style>