Shades of Purple #87087E
Tints of Purple #87087E
RGB
CMYK
RGB Variations
Color information
#87087E (or 0x87087E) is known color: Purple. HEX triplet: 87, 08 and 7E. RGB value is (135,8,126). Sum of RGB (Red+Green+Blue) = 135+8+126=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87087E is #78F781. Grayscale: #3B3B3B. Windows color (decimal): -7927682 or 8259719. OLE color: 8259719.
HSL color Cylindrical-coordinate representation of color #87087E: hue angle of 304.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87087E is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 126 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.47 |
| HSL | 304.25º | 0.89% | 0.28% | - |
| HSV(B) | 304.25º | 0.94% | 0.53% | - |
| XYZ | 13.84 | 6.83 | 20.33 | - |
| YUV | 59.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 126 | 0 | 0.94 | 0.07 | 0.47 | 304.25 | 0.89 | 0.28 |
| Hex | 87 | 8 | 7E | 0 | 5E | 7 | 2F | 130 | 59 | 1C |
| Octal | 207 | 10 | 176 | 0 | 136 | 7 | 57 | 460 | 131 | 34 |
| Binary | 10000111 | 1000 | 1111110 | 0 | 1011110 | 111 | 101111 | 100110000 | 1011001 | 11100 |
Color Harmonies of #87087E
Complementary color
Monochromatic Colors of #87087E
Black with #87087E
Text Example
Text Example
White with #87087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87087E; }
p { color: rgb(135,8,126); }
H1.HeaderClassName
{
color: #87087E;
}
.AnyTagClassName
{
color: #87087E;
}
</style>
background-color css
<style>
a { background-color: #87087E; }
a { background-color: rgb(135,8,126); }
div.DivClassName
{
background-color: #87087E;
}
.BgClassName
{
background-color: #87087E;
}
</style>
border-color css
<style>
span { border-color: #87087E; }
span { border-color: rgb(135,8,126); }
td.TdClassName
{
border-color: #87087E;
}
.TagClassName
{
border-color: #87087E;
}
</style>