Shades of Purple #80086D
Tints of Purple #80086D
RGB
CMYK
RGB Variations
Color information
#80086D (or 0x80086D) is known color: Purple. HEX triplet: 80, 08 and 6D. RGB value is (128,8,109). Sum of RGB (Red+Green+Blue) = 128+8+109=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #80086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80086D is #7FF792. Grayscale: #373737. Windows color (decimal): -8386451 or 7145600. OLE color: 7145600.
HSL color Cylindrical-coordinate representation of color #80086D: hue angle of 309.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 #80086D is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 109 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.50 |
| HSL | 309.5º | 0.88% | 0.27% | - |
| HSV(B) | 309.5º | 0.94% | 0.5% | - |
| XYZ | 11.75 | 5.87 | 14.98 | - |
| YUV | 55.39 | 158.26 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 109 | 0 | 0.94 | 0.15 | 0.50 | 309.5 | 0.88 | 0.27 |
| Hex | 80 | 8 | 6D | 0 | 5E | F | 32 | 136 | 58 | 1B |
| Octal | 200 | 10 | 155 | 0 | 136 | 17 | 62 | 466 | 130 | 33 |
| Binary | 10000000 | 1000 | 1101101 | 0 | 1011110 | 1111 | 110010 | 100110110 | 1011000 | 11011 |
Color Harmonies of #80086D
Complementary color
Monochromatic Colors of #80086D
Black with #80086D
Text Example
Text Example
White with #80086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80086D; }
p { color: rgb(128,8,109); }
H1.HeaderClassName
{
color: #80086D;
}
.AnyTagClassName
{
color: #80086D;
}
</style>
background-color css
<style>
a { background-color: #80086D; }
a { background-color: rgb(128,8,109); }
div.DivClassName
{
background-color: #80086D;
}
.BgClassName
{
background-color: #80086D;
}
</style>
border-color css
<style>
span { border-color: #80086D; }
span { border-color: rgb(128,8,109); }
td.TdClassName
{
border-color: #80086D;
}
.TagClassName
{
border-color: #80086D;
}
</style>