Shades of Purple #80087A
Tints of Purple #80087A
RGB
CMYK
RGB Variations
Color information
#80087A (or 0x80087A) is known color: Purple. HEX triplet: 80, 08 and 7A. RGB value is (128,8,122). Sum of RGB (Red+Green+Blue) = 128+8+122=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80087A is #7FF785. Grayscale: #383838. Windows color (decimal): -8386438 or 7997568. OLE color: 7997568.
HSL color Cylindrical-coordinate representation of color #80087A: hue angle of 303º 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 #80087A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 122 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.50 |
| HSL | 303º | 0.88% | 0.27% | - |
| HSV(B) | 303º | 0.94% | 0.5% | - |
| XYZ | 12.5 | 6.17 | 18.94 | - |
| YUV | 56.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 122 | 0 | 0.94 | 0.05 | 0.50 | 303 | 0.88 | 0.27 |
| Hex | 80 | 8 | 7A | 0 | 5E | 5 | 32 | 12F | 58 | 1B |
| Octal | 200 | 10 | 172 | 0 | 136 | 5 | 62 | 457 | 130 | 33 |
| Binary | 10000000 | 1000 | 1111010 | 0 | 1011110 | 101 | 110010 | 100101111 | 1011000 | 11011 |
Color Harmonies of #80087A
Complementary color
Monochromatic Colors of #80087A
Black with #80087A
Text Example
Text Example
White with #80087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80087A; }
p { color: rgb(128,8,122); }
H1.HeaderClassName
{
color: #80087A;
}
.AnyTagClassName
{
color: #80087A;
}
</style>
background-color css
<style>
a { background-color: #80087A; }
a { background-color: rgb(128,8,122); }
div.DivClassName
{
background-color: #80087A;
}
.BgClassName
{
background-color: #80087A;
}
</style>
border-color css
<style>
span { border-color: #80087A; }
span { border-color: rgb(128,8,122); }
td.TdClassName
{
border-color: #80087A;
}
.TagClassName
{
border-color: #80087A;
}
</style>