Shades of Purple #800F87
Tints of Purple #800F87
RGB
CMYK
RGB Variations
Color information
#800F87 (or 0x800F87) is known color: Purple. HEX triplet: 80, 0F and 87. RGB value is (128,15,135). Sum of RGB (Red+Green+Blue) = 128+15+135=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #800F87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F87 is #7FF078. Grayscale: #3E3E3E. Windows color (decimal): -8384633 or 8851328. OLE color: 8851328.
HSL color Cylindrical-coordinate representation of color #800F87: hue angle of 296.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800F87 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 15 | 135 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.47 |
| HSL | 296.5º | 0.8% | 0.29% | - |
| HSV(B) | 296.5º | 0.89% | 0.53% | - |
| XYZ | 13.45 | 6.68 | 23.5 | - |
| YUV | 62.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 135 | 0.05 | 0.89 | 0 | 0.47 | 296.5 | 0.8 | 0.29 |
| Hex | 80 | F | 87 | 5 | 59 | 0 | 2F | 128 | 50 | 1D |
| Octal | 200 | 17 | 207 | 5 | 131 | 0 | 57 | 450 | 120 | 35 |
| Binary | 10000000 | 1111 | 10000111 | 101 | 1011001 | 0 | 101111 | 100101000 | 1010000 | 11101 |
Color Harmonies of #800F87
Complementary color
Monochromatic Colors of #800F87
Black with #800F87
Text Example
Text Example
White with #800F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F87; }
p { color: rgb(128,15,135); }
H1.HeaderClassName
{
color: #800F87;
}
.AnyTagClassName
{
color: #800F87;
}
</style>
background-color css
<style>
a { background-color: #800F87; }
a { background-color: rgb(128,15,135); }
div.DivClassName
{
background-color: #800F87;
}
.BgClassName
{
background-color: #800F87;
}
</style>
border-color css
<style>
span { border-color: #800F87; }
span { border-color: rgb(128,15,135); }
td.TdClassName
{
border-color: #800F87;
}
.TagClassName
{
border-color: #800F87;
}
</style>