Shades of Dark Purple #87286F
Tints of Dark Purple #87286F
RGB
CMYK
RGB Variations
Color information
#87286F (or 0x87286F) is known color: Dark Purple. HEX triplet: 87, 28 and 6F. RGB value is (135,40,111). Sum of RGB (Red+Green+Blue) = 135+40+111=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #87286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286F is #78D790. Grayscale: #4C4C4C. Windows color (decimal): -7919505 or 7284871. OLE color: 7284871.
HSL color Cylindrical-coordinate representation of color #87286F: hue angle of 315.16º 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 #87286F is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 111 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.47 |
| HSL | 315.16º | 0.54% | 0.34% | - |
| HSV(B) | 315.16º | 0.7% | 0.53% | - |
| XYZ | 13.62 | 7.82 | 15.83 | - |
| YUV | 76.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 111 | 0 | 0.70 | 0.18 | 0.47 | 315.16 | 0.54 | 0.34 |
| Hex | 87 | 28 | 6F | 0 | 46 | 12 | 2F | 13B | 36 | 22 |
| Octal | 207 | 50 | 157 | 0 | 106 | 22 | 57 | 473 | 66 | 42 |
| Binary | 10000111 | 101000 | 1101111 | 0 | 1000110 | 10010 | 101111 | 100111011 | 110110 | 100010 |
Color Harmonies of #87286F
Complementary color
Monochromatic Colors of #87286F
Black with #87286F
Text Example
Text Example
White with #87286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87286F; }
p { color: rgb(135,40,111); }
H1.HeaderClassName
{
color: #87286F;
}
.AnyTagClassName
{
color: #87286F;
}
</style>
background-color css
<style>
a { background-color: #87286F; }
a { background-color: rgb(135,40,111); }
div.DivClassName
{
background-color: #87286F;
}
.BgClassName
{
background-color: #87286F;
}
</style>
border-color css
<style>
span { border-color: #87286F; }
span { border-color: rgb(135,40,111); }
td.TdClassName
{
border-color: #87286F;
}
.TagClassName
{
border-color: #87286F;
}
</style>