Shades of Purple #87087F
Tints of Purple #87087F
RGB
CMYK
RGB Variations
Color information
#87087F (or 0x87087F) is known color: Purple. HEX triplet: 87, 08 and 7F. RGB value is (135,8,127). Sum of RGB (Red+Green+Blue) = 135+8+127=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #87087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87087F is #78F780. Grayscale: #3B3B3B. Windows color (decimal): -7927681 or 8325255. OLE color: 8325255.
HSL color Cylindrical-coordinate representation of color #87087F: hue angle of 303.78º 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 #87087F is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 127 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.47 |
| HSL | 303.78º | 0.89% | 0.28% | - |
| HSV(B) | 303.78º | 0.94% | 0.53% | - |
| XYZ | 13.91 | 6.86 | 20.67 | - |
| YUV | 59.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 127 | 0 | 0.94 | 0.06 | 0.47 | 303.78 | 0.89 | 0.28 |
| Hex | 87 | 8 | 7F | 0 | 5E | 6 | 2F | 130 | 59 | 1C |
| Octal | 207 | 10 | 177 | 0 | 136 | 6 | 57 | 460 | 131 | 34 |
| Binary | 10000111 | 1000 | 1111111 | 0 | 1011110 | 110 | 101111 | 100110000 | 1011001 | 11100 |
Color Harmonies of #87087F
Complementary color
Monochromatic Colors of #87087F
Black with #87087F
Text Example
Text Example
White with #87087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87087F; }
p { color: rgb(135,8,127); }
H1.HeaderClassName
{
color: #87087F;
}
.AnyTagClassName
{
color: #87087F;
}
</style>
background-color css
<style>
a { background-color: #87087F; }
a { background-color: rgb(135,8,127); }
div.DivClassName
{
background-color: #87087F;
}
.BgClassName
{
background-color: #87087F;
}
</style>
border-color css
<style>
span { border-color: #87087F; }
span { border-color: rgb(135,8,127); }
td.TdClassName
{
border-color: #87087F;
}
.TagClassName
{
border-color: #87087F;
}
</style>