Shades of Dark Purple #80166C
Tints of Dark Purple #80166C
RGB
CMYK
RGB Variations
Color information
#80166C (or 0x80166C) is known color: Dark Purple. HEX triplet: 80, 16 and 6C. RGB value is (128,22,108). Sum of RGB (Red+Green+Blue) = 128+22+108=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80166C is #7FE993. Grayscale: #3F3F3F. Windows color (decimal): -8382868 or 7083648. OLE color: 7083648.
HSL color Cylindrical-coordinate representation of color #80166C: hue angle of 311.32º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80166C is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 108 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.50 |
| HSL | 311.32º | 0.71% | 0.29% | - |
| HSV(B) | 311.32º | 0.83% | 0.5% | - |
| XYZ | 11.9 | 6.25 | 14.77 | - |
| YUV | 63.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 108 | 0 | 0.83 | 0.16 | 0.50 | 311.32 | 0.71 | 0.29 |
| Hex | 80 | 16 | 6C | 0 | 53 | 10 | 32 | 137 | 47 | 1D |
| Octal | 200 | 26 | 154 | 0 | 123 | 20 | 62 | 467 | 107 | 35 |
| Binary | 10000000 | 10110 | 1101100 | 0 | 1010011 | 10000 | 110010 | 100110111 | 1000111 | 11101 |
Color Harmonies of #80166C
Complementary color
Monochromatic Colors of #80166C
Black with #80166C
Text Example
Text Example
White with #80166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80166C; }
p { color: rgb(128,22,108); }
H1.HeaderClassName
{
color: #80166C;
}
.AnyTagClassName
{
color: #80166C;
}
</style>
background-color css
<style>
a { background-color: #80166C; }
a { background-color: rgb(128,22,108); }
div.DivClassName
{
background-color: #80166C;
}
.BgClassName
{
background-color: #80166C;
}
</style>
border-color css
<style>
span { border-color: #80166C; }
span { border-color: rgb(128,22,108); }
td.TdClassName
{
border-color: #80166C;
}
.TagClassName
{
border-color: #80166C;
}
</style>