Shades of Dark Purple #8B2F87
Tints of Dark Purple #8B2F87
RGB
CMYK
RGB Variations
Color information
#8B2F87 (or 0x8B2F87) is known color: Dark Purple. HEX triplet: 8B, 2F and 87. RGB value is (139,47,135). Sum of RGB (Red+Green+Blue) = 139+47+135=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2F87 is #74D078. Grayscale: #545454. Windows color (decimal): -7655545 or 8859531. OLE color: 8859531.
HSL color Cylindrical-coordinate representation of color #8B2F87: hue angle of 302.61º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F87 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 47 | 135 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.45 |
| HSL | 302.61º | 0.49% | 0.36% | - |
| HSV(B) | 302.61º | 0.66% | 0.55% | - |
| XYZ | 16.04 | 9.27 | 23.87 | - |
| YUV | 84.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 47 | 135 | 0 | 0.66 | 0.03 | 0.45 | 302.61 | 0.49 | 0.36 |
| Hex | 8B | 2F | 87 | 0 | 42 | 3 | 2D | 12F | 31 | 24 |
| Octal | 213 | 57 | 207 | 0 | 102 | 3 | 55 | 457 | 61 | 44 |
| Binary | 10001011 | 101111 | 10000111 | 0 | 1000010 | 11 | 101101 | 100101111 | 110001 | 100100 |
Color Harmonies of #8B2F87
Complementary color
Monochromatic Colors of #8B2F87
Black with #8B2F87
Text Example
Text Example
White with #8B2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2F87; }
p { color: rgb(139,47,135); }
H1.HeaderClassName
{
color: #8B2F87;
}
.AnyTagClassName
{
color: #8B2F87;
}
</style>
background-color css
<style>
a { background-color: #8B2F87; }
a { background-color: rgb(139,47,135); }
div.DivClassName
{
background-color: #8B2F87;
}
.BgClassName
{
background-color: #8B2F87;
}
</style>
border-color css
<style>
span { border-color: #8B2F87; }
span { border-color: rgb(139,47,135); }
td.TdClassName
{
border-color: #8B2F87;
}
.TagClassName
{
border-color: #8B2F87;
}
</style>