Shades of Purple #800884
Tints of Purple #800884
RGB
CMYK
RGB Variations
Color information
#800884 (or 0x800884) is known color: Purple. HEX triplet: 80, 08 and 84. RGB value is (128,8,132). Sum of RGB (Red+Green+Blue) = 128+8+132=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #800884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800884 is #7FF77B. Grayscale: #393939. Windows color (decimal): -8386428 or 8652928. OLE color: 8652928.
HSL color Cylindrical-coordinate representation of color #800884: hue angle of 298.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800884 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 8 | 132 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.48 |
| HSL | 298.06º | 0.89% | 0.27% | - |
| HSV(B) | 298.06º | 0.94% | 0.52% | - |
| XYZ | 13.15 | 6.43 | 22.38 | - |
| YUV | 58.02 | 169.76 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 132 | 0.03 | 0.94 | 0 | 0.48 | 298.06 | 0.89 | 0.27 |
| Hex | 80 | 8 | 84 | 3 | 5E | 0 | 30 | 12A | 59 | 1B |
| Octal | 200 | 10 | 204 | 3 | 136 | 0 | 60 | 452 | 131 | 33 |
| Binary | 10000000 | 1000 | 10000100 | 11 | 1011110 | 0 | 110000 | 100101010 | 1011001 | 11011 |
Color Harmonies of #800884
Complementary color
Monochromatic Colors of #800884
Black with #800884
Text Example
Text Example
White with #800884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800884; }
p { color: rgb(128,8,132); }
H1.HeaderClassName
{
color: #800884;
}
.AnyTagClassName
{
color: #800884;
}
</style>
background-color css
<style>
a { background-color: #800884; }
a { background-color: rgb(128,8,132); }
div.DivClassName
{
background-color: #800884;
}
.BgClassName
{
background-color: #800884;
}
</style>
border-color css
<style>
span { border-color: #800884; }
span { border-color: rgb(128,8,132); }
td.TdClassName
{
border-color: #800884;
}
.TagClassName
{
border-color: #800884;
}
</style>