Shades of Dark Purple #80166F
Tints of Dark Purple #80166F
RGB
CMYK
RGB Variations
Color information
#80166F (or 0x80166F) is known color: Dark Purple. HEX triplet: 80, 16 and 6F. RGB value is (128,22,111). Sum of RGB (Red+Green+Blue) = 128+22+111=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #80166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80166F is #7FE990. Grayscale: #3F3F3F. Windows color (decimal): -8382865 or 7280256. OLE color: 7280256.
HSL color Cylindrical-coordinate representation of color #80166F: hue angle of 309.62º 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 #80166F is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 111 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.50 |
| HSL | 309.62º | 0.71% | 0.29% | - |
| HSV(B) | 309.62º | 0.83% | 0.5% | - |
| XYZ | 12.06 | 6.31 | 15.62 | - |
| YUV | 63.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 111 | 0 | 0.83 | 0.13 | 0.50 | 309.62 | 0.71 | 0.29 |
| Hex | 80 | 16 | 6F | 0 | 53 | D | 32 | 136 | 47 | 1D |
| Octal | 200 | 26 | 157 | 0 | 123 | 15 | 62 | 466 | 107 | 35 |
| Binary | 10000000 | 10110 | 1101111 | 0 | 1010011 | 1101 | 110010 | 100110110 | 1000111 | 11101 |
Color Harmonies of #80166F
Complementary color
Monochromatic Colors of #80166F
Black with #80166F
Text Example
Text Example
White with #80166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80166F; }
p { color: rgb(128,22,111); }
H1.HeaderClassName
{
color: #80166F;
}
.AnyTagClassName
{
color: #80166F;
}
</style>
background-color css
<style>
a { background-color: #80166F; }
a { background-color: rgb(128,22,111); }
div.DivClassName
{
background-color: #80166F;
}
.BgClassName
{
background-color: #80166F;
}
</style>
border-color css
<style>
span { border-color: #80166F; }
span { border-color: rgb(128,22,111); }
td.TdClassName
{
border-color: #80166F;
}
.TagClassName
{
border-color: #80166F;
}
</style>