Shades of Dark Purple #8B2587
Tints of Dark Purple #8B2587
RGB
CMYK
RGB Variations
Color information
#8B2587 (or 0x8B2587) is known color: Dark Purple. HEX triplet: 8B, 25 and 87. RGB value is (139,37,135). Sum of RGB (Red+Green+Blue) = 139+37+135=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2587 is #74DA78. Grayscale: #4E4E4E. Windows color (decimal): -7658105 or 8856971. OLE color: 8856971.
HSL color Cylindrical-coordinate representation of color #8B2587: hue angle of 302.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2587 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 37 | 135 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.45 |
| HSL | 302.35º | 0.58% | 0.35% | - |
| HSV(B) | 302.35º | 0.73% | 0.55% | - |
| XYZ | 15.68 | 8.56 | 23.75 | - |
| YUV | 78.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 135 | 0 | 0.73 | 0.03 | 0.45 | 302.35 | 0.58 | 0.35 |
| Hex | 8B | 25 | 87 | 0 | 49 | 3 | 2D | 12E | 3A | 23 |
| Octal | 213 | 45 | 207 | 0 | 111 | 3 | 55 | 456 | 72 | 43 |
| Binary | 10001011 | 100101 | 10000111 | 0 | 1001001 | 11 | 101101 | 100101110 | 111010 | 100011 |
Color Harmonies of #8B2587
Complementary color
Monochromatic Colors of #8B2587
Black with #8B2587
Text Example
Text Example
White with #8B2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2587; }
p { color: rgb(139,37,135); }
H1.HeaderClassName
{
color: #8B2587;
}
.AnyTagClassName
{
color: #8B2587;
}
</style>
background-color css
<style>
a { background-color: #8B2587; }
a { background-color: rgb(139,37,135); }
div.DivClassName
{
background-color: #8B2587;
}
.BgClassName
{
background-color: #8B2587;
}
</style>
border-color css
<style>
span { border-color: #8B2587; }
span { border-color: rgb(139,37,135); }
td.TdClassName
{
border-color: #8B2587;
}
.TagClassName
{
border-color: #8B2587;
}
</style>