Shades of Dark Purple #8B2D87
Tints of Dark Purple #8B2D87
RGB
CMYK
RGB Variations
Color information
#8B2D87 (or 0x8B2D87) is known color: Dark Purple. HEX triplet: 8B, 2D and 87. RGB value is (139,45,135). Sum of RGB (Red+Green+Blue) = 139+45+135=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2D87 is #74D278. Grayscale: #535353. Windows color (decimal): -7656057 or 8859019. OLE color: 8859019.
HSL color Cylindrical-coordinate representation of color #8B2D87: hue angle of 302.55º degrees, saturation: 0.51, 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 #8B2D87 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 45 | 135 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.45 |
| HSL | 302.55º | 0.51% | 0.36% | - |
| HSV(B) | 302.55º | 0.68% | 0.55% | - |
| XYZ | 15.96 | 9.12 | 23.84 | - |
| YUV | 83.37 | 157.14 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 45 | 135 | 0 | 0.68 | 0.03 | 0.45 | 302.55 | 0.51 | 0.36 |
| Hex | 8B | 2D | 87 | 0 | 44 | 3 | 2D | 12F | 33 | 24 |
| Octal | 213 | 55 | 207 | 0 | 104 | 3 | 55 | 457 | 63 | 44 |
| Binary | 10001011 | 101101 | 10000111 | 0 | 1000100 | 11 | 101101 | 100101111 | 110011 | 100100 |
Color Harmonies of #8B2D87
Complementary color
Monochromatic Colors of #8B2D87
Black with #8B2D87
Text Example
Text Example
White with #8B2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2D87; }
p { color: rgb(139,45,135); }
H1.HeaderClassName
{
color: #8B2D87;
}
.AnyTagClassName
{
color: #8B2D87;
}
</style>
background-color css
<style>
a { background-color: #8B2D87; }
a { background-color: rgb(139,45,135); }
div.DivClassName
{
background-color: #8B2D87;
}
.BgClassName
{
background-color: #8B2D87;
}
</style>
border-color css
<style>
span { border-color: #8B2D87; }
span { border-color: rgb(139,45,135); }
td.TdClassName
{
border-color: #8B2D87;
}
.TagClassName
{
border-color: #8B2D87;
}
</style>