Shades of Dark Purple #8B2087
Tints of Dark Purple #8B2087
RGB
CMYK
RGB Variations
Color information
#8B2087 (or 0x8B2087) is known color: Dark Purple. HEX triplet: 8B, 20 and 87. RGB value is (139,32,135). Sum of RGB (Red+Green+Blue) = 139+32+135=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2087 is #74DF78. Grayscale: #4B4B4B. Windows color (decimal): -7659385 or 8855691. OLE color: 8855691.
HSL color Cylindrical-coordinate representation of color #8B2087: hue angle of 302.24º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B2087 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 32 | 135 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.45 |
| HSL | 302.24º | 0.63% | 0.34% | - |
| HSV(B) | 302.24º | 0.77% | 0.55% | - |
| XYZ | 15.54 | 8.27 | 23.7 | - |
| YUV | 75.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 32 | 135 | 0 | 0.77 | 0.03 | 0.45 | 302.24 | 0.63 | 0.34 |
| Hex | 8B | 20 | 87 | 0 | 4D | 3 | 2D | 12E | 3F | 22 |
| Octal | 213 | 40 | 207 | 0 | 115 | 3 | 55 | 456 | 77 | 42 |
| Binary | 10001011 | 100000 | 10000111 | 0 | 1001101 | 11 | 101101 | 100101110 | 111111 | 100010 |
Color Harmonies of #8B2087
Complementary color
Monochromatic Colors of #8B2087
Black with #8B2087
Text Example
Text Example
White with #8B2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2087; }
p { color: rgb(139,32,135); }
H1.HeaderClassName
{
color: #8B2087;
}
.AnyTagClassName
{
color: #8B2087;
}
</style>
background-color css
<style>
a { background-color: #8B2087; }
a { background-color: rgb(139,32,135); }
div.DivClassName
{
background-color: #8B2087;
}
.BgClassName
{
background-color: #8B2087;
}
</style>
border-color css
<style>
span { border-color: #8B2087; }
span { border-color: rgb(139,32,135); }
td.TdClassName
{
border-color: #8B2087;
}
.TagClassName
{
border-color: #8B2087;
}
</style>