Shades of Purple #800880
Tints of Purple #800880
RGB
CMYK
RGB Variations
Color information
#800880 (or 0x800880) is known color: Purple. HEX triplet: 80, 08 and 80. RGB value is (128,8,128). Sum of RGB (Red+Green+Blue) = 128+8+128=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #800880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800880 is #7FF77F. Grayscale: #393939. Windows color (decimal): -8386432 or 8390784. OLE color: 8390784.
HSL color Cylindrical-coordinate representation of color #800880: hue angle of 300º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800880 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 128 | - |
| CMYK | 0 | 0.94 | 0 | 0.50 |
| HSL | 300º | 0.88% | 0.27% | - |
| HSV(B) | 300º | 0.94% | 0.5% | - |
| XYZ | 12.89 | 6.32 | 20.96 | - |
| YUV | 57.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 128 | 0 | 0.94 | 0 | 0.50 | 300 | 0.88 | 0.27 |
| Hex | 80 | 8 | 80 | 0 | 5E | 0 | 32 | 12C | 58 | 1B |
| Octal | 200 | 10 | 200 | 0 | 136 | 0 | 62 | 454 | 130 | 33 |
| Binary | 10000000 | 1000 | 10000000 | 0 | 1011110 | 0 | 110010 | 100101100 | 1011000 | 11011 |
Color Harmonies of #800880
Complementary color
Monochromatic Colors of #800880
Black with #800880
Text Example
Text Example
White with #800880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800880; }
p { color: rgb(128,8,128); }
H1.HeaderClassName
{
color: #800880;
}
.AnyTagClassName
{
color: #800880;
}
</style>
background-color css
<style>
a { background-color: #800880; }
a { background-color: rgb(128,8,128); }
div.DivClassName
{
background-color: #800880;
}
.BgClassName
{
background-color: #800880;
}
</style>
border-color css
<style>
span { border-color: #800880; }
span { border-color: rgb(128,8,128); }
td.TdClassName
{
border-color: #800880;
}
.TagClassName
{
border-color: #800880;
}
</style>