Shades of Dark Purple #87286C
Tints of Dark Purple #87286C
RGB
CMYK
RGB Variations
Color information
#87286C (or 0x87286C) is known color: Dark Purple. HEX triplet: 87, 28 and 6C. RGB value is (135,40,108). Sum of RGB (Red+Green+Blue) = 135+40+108=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87286C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87286C is #78D793. Grayscale: #4B4B4B. Windows color (decimal): -7919508 or 7088263. OLE color: 7088263.
HSL color Cylindrical-coordinate representation of color #87286C: hue angle of 317.05º 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 #87286C is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 40 | 108 | - |
| CMYK | 0 | 0.70 | 0.2 | 0.47 |
| HSL | 317.05º | 0.54% | 0.34% | - |
| HSV(B) | 317.05º | 0.7% | 0.53% | - |
| XYZ | 13.46 | 7.75 | 14.97 | - |
| YUV | 76.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 40 | 108 | 0 | 0.70 | 0.2 | 0.47 | 317.05 | 0.54 | 0.34 |
| Hex | 87 | 28 | 6C | 0 | 46 | 14 | 2F | 13D | 36 | 22 |
| Octal | 207 | 50 | 154 | 0 | 106 | 24 | 57 | 475 | 66 | 42 |
| Binary | 10000111 | 101000 | 1101100 | 0 | 1000110 | 10100 | 101111 | 100111101 | 110110 | 100010 |
Color Harmonies of #87286C
Complementary color
Monochromatic Colors of #87286C
Black with #87286C
Text Example
Text Example
White with #87286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87286C; }
p { color: rgb(135,40,108); }
H1.HeaderClassName
{
color: #87286C;
}
.AnyTagClassName
{
color: #87286C;
}
</style>
background-color css
<style>
a { background-color: #87286C; }
a { background-color: rgb(135,40,108); }
div.DivClassName
{
background-color: #87286C;
}
.BgClassName
{
background-color: #87286C;
}
</style>
border-color css
<style>
span { border-color: #87286C; }
span { border-color: rgb(135,40,108); }
td.TdClassName
{
border-color: #87286C;
}
.TagClassName
{
border-color: #87286C;
}
</style>