Shades of Purple #800886
Tints of Purple #800886
RGB
CMYK
RGB Variations
Color information
#800886 (or 0x800886) is known color: Purple. HEX triplet: 80, 08 and 86. RGB value is (128,8,134). Sum of RGB (Red+Green+Blue) = 128+8+134=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #800886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800886 is #7FF779. Grayscale: #393939. Windows color (decimal): -8386426 or 8784000. OLE color: 8784000.
HSL color Cylindrical-coordinate representation of color #800886: hue angle of 297.14º 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 #800886 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 8 | 134 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.47 |
| HSL | 297.14º | 0.89% | 0.28% | - |
| HSV(B) | 297.14º | 0.94% | 0.53% | - |
| XYZ | 13.29 | 6.48 | 23.11 | - |
| YUV | 58.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 134 | 0.04 | 0.94 | 0 | 0.47 | 297.14 | 0.89 | 0.28 |
| Hex | 80 | 8 | 86 | 4 | 5E | 0 | 2F | 129 | 59 | 1C |
| Octal | 200 | 10 | 206 | 4 | 136 | 0 | 57 | 451 | 131 | 34 |
| Binary | 10000000 | 1000 | 10000110 | 100 | 1011110 | 0 | 101111 | 100101001 | 1011001 | 11100 |
Color Harmonies of #800886
Complementary color
Monochromatic Colors of #800886
Black with #800886
Text Example
Text Example
White with #800886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800886; }
p { color: rgb(128,8,134); }
H1.HeaderClassName
{
color: #800886;
}
.AnyTagClassName
{
color: #800886;
}
</style>
background-color css
<style>
a { background-color: #800886; }
a { background-color: rgb(128,8,134); }
div.DivClassName
{
background-color: #800886;
}
.BgClassName
{
background-color: #800886;
}
</style>
border-color css
<style>
span { border-color: #800886; }
span { border-color: rgb(128,8,134); }
td.TdClassName
{
border-color: #800886;
}
.TagClassName
{
border-color: #800886;
}
</style>