Shades of Dark Purple #80116E
Tints of Dark Purple #80116E
RGB
CMYK
RGB Variations
Color information
#80116E (or 0x80116E) is known color: Dark Purple. HEX triplet: 80, 11 and 6E. RGB value is (128,17,110). Sum of RGB (Red+Green+Blue) = 128+17+110=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80116E is #7FEE91. Grayscale: #3C3C3C. Windows color (decimal): -8384146 or 7213440. OLE color: 7213440.
HSL color Cylindrical-coordinate representation of color #80116E: hue angle of 309.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80116E is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 110 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.50 |
| HSL | 309.73º | 0.77% | 0.28% | - |
| HSV(B) | 309.73º | 0.87% | 0.5% | - |
| XYZ | 11.92 | 6.12 | 15.3 | - |
| YUV | 60.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 110 | 0 | 0.87 | 0.14 | 0.50 | 309.73 | 0.77 | 0.28 |
| Hex | 80 | 11 | 6E | 0 | 57 | E | 32 | 136 | 4D | 1C |
| Octal | 200 | 21 | 156 | 0 | 127 | 16 | 62 | 466 | 115 | 34 |
| Binary | 10000000 | 10001 | 1101110 | 0 | 1010111 | 1110 | 110010 | 100110110 | 1001101 | 11100 |
Color Harmonies of #80116E
Complementary color
Monochromatic Colors of #80116E
Black with #80116E
Text Example
Text Example
White with #80116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80116E; }
p { color: rgb(128,17,110); }
H1.HeaderClassName
{
color: #80116E;
}
.AnyTagClassName
{
color: #80116E;
}
</style>
background-color css
<style>
a { background-color: #80116E; }
a { background-color: rgb(128,17,110); }
div.DivClassName
{
background-color: #80116E;
}
.BgClassName
{
background-color: #80116E;
}
</style>
border-color css
<style>
span { border-color: #80116E; }
span { border-color: rgb(128,17,110); }
td.TdClassName
{
border-color: #80116E;
}
.TagClassName
{
border-color: #80116E;
}
</style>