Shades of Purple #800084
Tints of Purple #800084
RGB
CMYK
RGB Variations
Color information
#800084 (or 0x800084) is known color: Purple. HEX triplet: 80, 00 and 84. RGB value is (128,0,132). Sum of RGB (Red+Green+Blue) = 128+0+132=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #800084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800084 is #7FFF7B. Grayscale: #343434. Windows color (decimal): -8388476 or 8650880. OLE color: 8650880.
HSL color Cylindrical-coordinate representation of color #800084: hue angle of 298.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800084 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 0 | 132 | - |
| CMYK | 0.03 | 1 | 0 | 0.48 |
| HSL | 298.18º | 1% | 0.26% | - |
| HSV(B) | 298.18º | 1% | 0.52% | - |
| XYZ | 13.07 | 6.26 | 22.35 | - |
| YUV | 53.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 132 | 0.03 | 1 | 0 | 0.48 | 298.18 | 1 | 0.26 |
| Hex | 80 | 0 | 84 | 3 | 64 | 0 | 30 | 12A | 64 | 1A |
| Octal | 200 | 0 | 204 | 3 | 144 | 0 | 60 | 452 | 144 | 32 |
| Binary | 10000000 | 0 | 10000100 | 11 | 1100100 | 0 | 110000 | 100101010 | 1100100 | 11010 |
Color Harmonies of #800084
Complementary color
Monochromatic Colors of #800084
Black with #800084
Text Example
Text Example
White with #800084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800084; }
p { color: rgb(128,0,132); }
H1.HeaderClassName
{
color: #800084;
}
.AnyTagClassName
{
color: #800084;
}
</style>
background-color css
<style>
a { background-color: #800084; }
a { background-color: rgb(128,0,132); }
div.DivClassName
{
background-color: #800084;
}
.BgClassName
{
background-color: #800084;
}
</style>
border-color css
<style>
span { border-color: #800084; }
span { border-color: rgb(128,0,132); }
td.TdClassName
{
border-color: #800084;
}
.TagClassName
{
border-color: #800084;
}
</style>