Shades of Dark Purple #80196F
Tints of Dark Purple #80196F
RGB
CMYK
RGB Variations
Color information
#80196F (or 0x80196F) is known color: Dark Purple. HEX triplet: 80, 19 and 6F. RGB value is (128,25,111). Sum of RGB (Red+Green+Blue) = 128+25+111=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #80196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80196F is #7FE690. Grayscale: #414141. Windows color (decimal): -8382097 or 7281024. OLE color: 7281024.
HSL color Cylindrical-coordinate representation of color #80196F: hue angle of 309.9º 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 #80196F is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 111 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.50 |
| HSL | 309.9º | 0.67% | 0.3% | - |
| HSV(B) | 309.9º | 0.8% | 0.5% | - |
| XYZ | 12.12 | 6.43 | 15.64 | - |
| YUV | 65.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 111 | 0 | 0.80 | 0.13 | 0.50 | 309.9 | 0.67 | 0.3 |
| Hex | 80 | 19 | 6F | 0 | 50 | D | 32 | 136 | 43 | 1E |
| Octal | 200 | 31 | 157 | 0 | 120 | 15 | 62 | 466 | 103 | 36 |
| Binary | 10000000 | 11001 | 1101111 | 0 | 1010000 | 1101 | 110010 | 100110110 | 1000011 | 11110 |
Color Harmonies of #80196F
Complementary color
Monochromatic Colors of #80196F
Black with #80196F
Text Example
Text Example
White with #80196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80196F; }
p { color: rgb(128,25,111); }
H1.HeaderClassName
{
color: #80196F;
}
.AnyTagClassName
{
color: #80196F;
}
</style>
background-color css
<style>
a { background-color: #80196F; }
a { background-color: rgb(128,25,111); }
div.DivClassName
{
background-color: #80196F;
}
.BgClassName
{
background-color: #80196F;
}
</style>
border-color css
<style>
span { border-color: #80196F; }
span { border-color: rgb(128,25,111); }
td.TdClassName
{
border-color: #80196F;
}
.TagClassName
{
border-color: #80196F;
}
</style>