Shades of Purple #800D84
Tints of Purple #800D84
RGB
CMYK
RGB Variations
Color information
#800D84 (or 0x800D84) is known color: Purple. HEX triplet: 80, 0D and 84. RGB value is (128,13,132). Sum of RGB (Red+Green+Blue) = 128+13+132=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #800D84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800D84 is #7FF27B. Grayscale: #3C3C3C. Windows color (decimal): -8385148 or 8654208. OLE color: 8654208.
HSL color Cylindrical-coordinate representation of color #800D84: hue angle of 297.98º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D84 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 128 | 13 | 132 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.48 |
| HSL | 297.98º | 0.82% | 0.28% | - |
| HSV(B) | 297.98º | 0.9% | 0.52% | - |
| XYZ | 13.21 | 6.54 | 22.4 | - |
| YUV | 60.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 132 | 0.03 | 0.90 | 0 | 0.48 | 297.98 | 0.82 | 0.28 |
| Hex | 80 | D | 84 | 3 | 5A | 0 | 30 | 12A | 52 | 1C |
| Octal | 200 | 15 | 204 | 3 | 132 | 0 | 60 | 452 | 122 | 34 |
| Binary | 10000000 | 1101 | 10000100 | 11 | 1011010 | 0 | 110000 | 100101010 | 1010010 | 11100 |
Color Harmonies of #800D84
Complementary color
Monochromatic Colors of #800D84
Black with #800D84
Text Example
Text Example
White with #800D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D84; }
p { color: rgb(128,13,132); }
H1.HeaderClassName
{
color: #800D84;
}
.AnyTagClassName
{
color: #800D84;
}
</style>
background-color css
<style>
a { background-color: #800D84; }
a { background-color: rgb(128,13,132); }
div.DivClassName
{
background-color: #800D84;
}
.BgClassName
{
background-color: #800D84;
}
</style>
border-color css
<style>
span { border-color: #800D84; }
span { border-color: rgb(128,13,132); }
td.TdClassName
{
border-color: #800D84;
}
.TagClassName
{
border-color: #800D84;
}
</style>