Shades of Purple #80086F
Tints of Purple #80086F
RGB
CMYK
RGB Variations
Color information
#80086F (or 0x80086F) is known color: Purple. HEX triplet: 80, 08 and 6F. RGB value is (128,8,111). Sum of RGB (Red+Green+Blue) = 128+8+111=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #80086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80086F is #7FF790. Grayscale: #373737. Windows color (decimal): -8386449 or 7276672. OLE color: 7276672.
HSL color Cylindrical-coordinate representation of color #80086F: hue angle of 308.5º 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 #80086F is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 111 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.50 |
| HSL | 308.5º | 0.88% | 0.27% | - |
| HSV(B) | 308.5º | 0.94% | 0.5% | - |
| XYZ | 11.86 | 5.91 | 15.55 | - |
| YUV | 55.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 111 | 0 | 0.94 | 0.13 | 0.50 | 308.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 6F | 0 | 5E | D | 32 | 134 | 58 | 1B |
| Octal | 200 | 10 | 157 | 0 | 136 | 15 | 62 | 464 | 130 | 33 |
| Binary | 10000000 | 1000 | 1101111 | 0 | 1011110 | 1101 | 110010 | 100110100 | 1011000 | 11011 |
Color Harmonies of #80086F
Complementary color
Monochromatic Colors of #80086F
Black with #80086F
Text Example
Text Example
White with #80086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80086F; }
p { color: rgb(128,8,111); }
H1.HeaderClassName
{
color: #80086F;
}
.AnyTagClassName
{
color: #80086F;
}
</style>
background-color css
<style>
a { background-color: #80086F; }
a { background-color: rgb(128,8,111); }
div.DivClassName
{
background-color: #80086F;
}
.BgClassName
{
background-color: #80086F;
}
</style>
border-color css
<style>
span { border-color: #80086F; }
span { border-color: rgb(128,8,111); }
td.TdClassName
{
border-color: #80086F;
}
.TagClassName
{
border-color: #80086F;
}
</style>