Shades of Dark Purple #80196E
Tints of Dark Purple #80196E
RGB
CMYK
RGB Variations
Color information
#80196E (or 0x80196E) is known color: Dark Purple. HEX triplet: 80, 19 and 6E. RGB value is (128,25,110). Sum of RGB (Red+Green+Blue) = 128+25+110=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80196E is #7FE691. Grayscale: #414141. Windows color (decimal): -8382098 or 7215488. OLE color: 7215488.
HSL color Cylindrical-coordinate representation of color #80196E: hue angle of 310.49º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80196E is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 110 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.50 |
| HSL | 310.49º | 0.67% | 0.3% | - |
| HSV(B) | 310.49º | 0.8% | 0.5% | - |
| XYZ | 12.06 | 6.41 | 15.35 | - |
| YUV | 65.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 110 | 0 | 0.80 | 0.14 | 0.50 | 310.49 | 0.67 | 0.3 |
| Hex | 80 | 19 | 6E | 0 | 50 | E | 32 | 136 | 43 | 1E |
| Octal | 200 | 31 | 156 | 0 | 120 | 16 | 62 | 466 | 103 | 36 |
| Binary | 10000000 | 11001 | 1101110 | 0 | 1010000 | 1110 | 110010 | 100110110 | 1000011 | 11110 |
Color Harmonies of #80196E
Complementary color
Monochromatic Colors of #80196E
Black with #80196E
Text Example
Text Example
White with #80196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80196E; }
p { color: rgb(128,25,110); }
H1.HeaderClassName
{
color: #80196E;
}
.AnyTagClassName
{
color: #80196E;
}
</style>
background-color css
<style>
a { background-color: #80196E; }
a { background-color: rgb(128,25,110); }
div.DivClassName
{
background-color: #80196E;
}
.BgClassName
{
background-color: #80196E;
}
</style>
border-color css
<style>
span { border-color: #80196E; }
span { border-color: rgb(128,25,110); }
td.TdClassName
{
border-color: #80196E;
}
.TagClassName
{
border-color: #80196E;
}
</style>