Shades of Dark Purple #80156D
Tints of Dark Purple #80156D
RGB
CMYK
RGB Variations
Color information
#80156D (or 0x80156D) is known color: Dark Purple. HEX triplet: 80, 15 and 6D. RGB value is (128,21,109). Sum of RGB (Red+Green+Blue) = 128+21+109=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80156D is #7FEA92. Grayscale: #3E3E3E. Windows color (decimal): -8383123 or 7148928. OLE color: 7148928.
HSL color Cylindrical-coordinate representation of color #80156D: hue angle of 310.65º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80156D is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 109 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.50 |
| HSL | 310.65º | 0.72% | 0.29% | - |
| HSV(B) | 310.65º | 0.84% | 0.5% | - |
| XYZ | 11.93 | 6.23 | 15.04 | - |
| YUV | 63.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 109 | 0 | 0.84 | 0.15 | 0.50 | 310.65 | 0.72 | 0.29 |
| Hex | 80 | 15 | 6D | 0 | 54 | F | 32 | 137 | 48 | 1D |
| Octal | 200 | 25 | 155 | 0 | 124 | 17 | 62 | 467 | 110 | 35 |
| Binary | 10000000 | 10101 | 1101101 | 0 | 1010100 | 1111 | 110010 | 100110111 | 1001000 | 11101 |
Color Harmonies of #80156D
Complementary color
Monochromatic Colors of #80156D
Black with #80156D
Text Example
Text Example
White with #80156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80156D; }
p { color: rgb(128,21,109); }
H1.HeaderClassName
{
color: #80156D;
}
.AnyTagClassName
{
color: #80156D;
}
</style>
background-color css
<style>
a { background-color: #80156D; }
a { background-color: rgb(128,21,109); }
div.DivClassName
{
background-color: #80156D;
}
.BgClassName
{
background-color: #80156D;
}
</style>
border-color css
<style>
span { border-color: #80156D; }
span { border-color: rgb(128,21,109); }
td.TdClassName
{
border-color: #80156D;
}
.TagClassName
{
border-color: #80156D;
}
</style>