Shades of Purple #800F86
Tints of Purple #800F86
RGB
CMYK
RGB Variations
Color information
#800F86 (or 0x800F86) is known color: Purple. HEX triplet: 80, 0F and 86. RGB value is (128,15,134). Sum of RGB (Red+Green+Blue) = 128+15+134=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #800F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800F86 is #7FF079. Grayscale: #3D3D3D. Windows color (decimal): -8384634 or 8785792. OLE color: 8785792.
HSL color Cylindrical-coordinate representation of color #800F86: hue angle of 296.97º 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 #800F86 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 15 | 134 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.47 |
| HSL | 296.97º | 0.8% | 0.29% | - |
| HSV(B) | 296.97º | 0.89% | 0.53% | - |
| XYZ | 13.38 | 6.65 | 23.13 | - |
| YUV | 62.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 134 | 0.04 | 0.89 | 0 | 0.47 | 296.97 | 0.8 | 0.29 |
| Hex | 80 | F | 86 | 4 | 59 | 0 | 2F | 129 | 50 | 1D |
| Octal | 200 | 17 | 206 | 4 | 131 | 0 | 57 | 451 | 120 | 35 |
| Binary | 10000000 | 1111 | 10000110 | 100 | 1011001 | 0 | 101111 | 100101001 | 1010000 | 11101 |
Color Harmonies of #800F86
Complementary color
Monochromatic Colors of #800F86
Black with #800F86
Text Example
Text Example
White with #800F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F86; }
p { color: rgb(128,15,134); }
H1.HeaderClassName
{
color: #800F86;
}
.AnyTagClassName
{
color: #800F86;
}
</style>
background-color css
<style>
a { background-color: #800F86; }
a { background-color: rgb(128,15,134); }
div.DivClassName
{
background-color: #800F86;
}
.BgClassName
{
background-color: #800F86;
}
</style>
border-color css
<style>
span { border-color: #800F86; }
span { border-color: rgb(128,15,134); }
td.TdClassName
{
border-color: #800F86;
}
.TagClassName
{
border-color: #800F86;
}
</style>