Shades of Dark Purple #87286D
Tints of Dark Purple #87286D
RGB
CMYK
RGB Variations
Color information
#87286D (or 0x87286D) is known color: Dark Purple. HEX triplet: 87, 28 and 6D. RGB value is (135,40,109). Sum of RGB (Red+Green+Blue) = 135+40+109=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #87286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286D is #78D792. Grayscale: #4C4C4C. Windows color (decimal): -7919507 or 7153799. OLE color: 7153799.
HSL color Cylindrical-coordinate representation of color #87286D: hue angle of 316.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87286D is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 109 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.47 |
| HSL | 316.42º | 0.54% | 0.34% | - |
| HSV(B) | 316.42º | 0.7% | 0.53% | - |
| XYZ | 13.51 | 7.77 | 15.26 | - |
| YUV | 76.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 109 | 0 | 0.70 | 0.19 | 0.47 | 316.42 | 0.54 | 0.34 |
| Hex | 87 | 28 | 6D | 0 | 46 | 13 | 2F | 13C | 36 | 22 |
| Octal | 207 | 50 | 155 | 0 | 106 | 23 | 57 | 474 | 66 | 42 |
| Binary | 10000111 | 101000 | 1101101 | 0 | 1000110 | 10011 | 101111 | 100111100 | 110110 | 100010 |
Color Harmonies of #87286D
Complementary color
Monochromatic Colors of #87286D
Black with #87286D
Text Example
Text Example
White with #87286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87286D; }
p { color: rgb(135,40,109); }
H1.HeaderClassName
{
color: #87286D;
}
.AnyTagClassName
{
color: #87286D;
}
</style>
background-color css
<style>
a { background-color: #87286D; }
a { background-color: rgb(135,40,109); }
div.DivClassName
{
background-color: #87286D;
}
.BgClassName
{
background-color: #87286D;
}
</style>
border-color css
<style>
span { border-color: #87286D; }
span { border-color: rgb(135,40,109); }
td.TdClassName
{
border-color: #87286D;
}
.TagClassName
{
border-color: #87286D;
}
</style>