Shades of Purple #80086E
Tints of Purple #80086E
RGB
CMYK
RGB Variations
Color information
#80086E (or 0x80086E) is known color: Purple. HEX triplet: 80, 08 and 6E. RGB value is (128,8,110). Sum of RGB (Red+Green+Blue) = 128+8+110=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #80086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80086E is #7FF791. Grayscale: #373737. Windows color (decimal): -8386450 or 7211136. OLE color: 7211136.
HSL color Cylindrical-coordinate representation of color #80086E: hue angle of 309º 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 #80086E is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.50 |
| HSL | 309º | 0.88% | 0.27% | - |
| HSV(B) | 309º | 0.94% | 0.5% | - |
| XYZ | 11.8 | 5.89 | 15.27 | - |
| YUV | 55.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 110 | 0 | 0.94 | 0.14 | 0.50 | 309 | 0.88 | 0.27 |
| Hex | 80 | 8 | 6E | 0 | 5E | E | 32 | 135 | 58 | 1B |
| Octal | 200 | 10 | 156 | 0 | 136 | 16 | 62 | 465 | 130 | 33 |
| Binary | 10000000 | 1000 | 1101110 | 0 | 1011110 | 1110 | 110010 | 100110101 | 1011000 | 11011 |
Color Harmonies of #80086E
Complementary color
Monochromatic Colors of #80086E
Black with #80086E
Text Example
Text Example
White with #80086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80086E; }
p { color: rgb(128,8,110); }
H1.HeaderClassName
{
color: #80086E;
}
.AnyTagClassName
{
color: #80086E;
}
</style>
background-color css
<style>
a { background-color: #80086E; }
a { background-color: rgb(128,8,110); }
div.DivClassName
{
background-color: #80086E;
}
.BgClassName
{
background-color: #80086E;
}
</style>
border-color css
<style>
span { border-color: #80086E; }
span { border-color: rgb(128,8,110); }
td.TdClassName
{
border-color: #80086E;
}
.TagClassName
{
border-color: #80086E;
}
</style>