Shades of Dark Purple #80157F
Tints of Dark Purple #80157F
RGB
CMYK
RGB Variations
Color information
#80157F (or 0x80157F) is known color: Dark Purple. HEX triplet: 80, 15 and 7F. RGB value is (128,21,127). Sum of RGB (Red+Green+Blue) = 128+21+127=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80157F is #7FEA80. Grayscale: #404040. Windows color (decimal): -8383105 or 8328576. OLE color: 8328576.
HSL color Cylindrical-coordinate representation of color #80157F: hue angle of 300.56º 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 #80157F is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 127 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.50 |
| HSL | 300.56º | 0.72% | 0.29% | - |
| HSV(B) | 300.56º | 0.84% | 0.5% | - |
| XYZ | 13 | 6.66 | 20.68 | - |
| YUV | 65.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 127 | 0 | 0.84 | 0.01 | 0.50 | 300.56 | 0.72 | 0.29 |
| Hex | 80 | 15 | 7F | 0 | 54 | 1 | 32 | 12D | 48 | 1D |
| Octal | 200 | 25 | 177 | 0 | 124 | 1 | 62 | 455 | 110 | 35 |
| Binary | 10000000 | 10101 | 1111111 | 0 | 1010100 | 1 | 110010 | 100101101 | 1001000 | 11101 |
Color Harmonies of #80157F
Complementary color
Monochromatic Colors of #80157F
Black with #80157F
Text Example
Text Example
White with #80157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80157F; }
p { color: rgb(128,21,127); }
H1.HeaderClassName
{
color: #80157F;
}
.AnyTagClassName
{
color: #80157F;
}
</style>
background-color css
<style>
a { background-color: #80157F; }
a { background-color: rgb(128,21,127); }
div.DivClassName
{
background-color: #80157F;
}
.BgClassName
{
background-color: #80157F;
}
</style>
border-color css
<style>
span { border-color: #80157F; }
span { border-color: rgb(128,21,127); }
td.TdClassName
{
border-color: #80157F;
}
.TagClassName
{
border-color: #80157F;
}
</style>