Shades of Purple #80096F
Tints of Purple #80096F
RGB
CMYK
RGB Variations
Color information
#80096F (or 0x80096F) is known color: Purple. HEX triplet: 80, 09 and 6F. RGB value is (128,9,111). Sum of RGB (Red+Green+Blue) = 128+9+111=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #80096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80096F is #7FF690. Grayscale: #373737. Windows color (decimal): -8386193 or 7276928. OLE color: 7276928.
HSL color Cylindrical-coordinate representation of color #80096F: hue angle of 308.57º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80096F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 111 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.50 |
| HSL | 308.57º | 0.87% | 0.27% | - |
| HSV(B) | 308.57º | 0.93% | 0.5% | - |
| XYZ | 11.87 | 5.93 | 15.56 | - |
| YUV | 56.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 111 | 0 | 0.93 | 0.13 | 0.50 | 308.57 | 0.87 | 0.27 |
| Hex | 80 | 9 | 6F | 0 | 5D | D | 32 | 135 | 57 | 1B |
| Octal | 200 | 11 | 157 | 0 | 135 | 15 | 62 | 465 | 127 | 33 |
| Binary | 10000000 | 1001 | 1101111 | 0 | 1011101 | 1101 | 110010 | 100110101 | 1010111 | 11011 |
Color Harmonies of #80096F
Complementary color
Monochromatic Colors of #80096F
Black with #80096F
Text Example
Text Example
White with #80096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80096F; }
p { color: rgb(128,9,111); }
H1.HeaderClassName
{
color: #80096F;
}
.AnyTagClassName
{
color: #80096F;
}
</style>
background-color css
<style>
a { background-color: #80096F; }
a { background-color: rgb(128,9,111); }
div.DivClassName
{
background-color: #80096F;
}
.BgClassName
{
background-color: #80096F;
}
</style>
border-color css
<style>
span { border-color: #80096F; }
span { border-color: rgb(128,9,111); }
td.TdClassName
{
border-color: #80096F;
}
.TagClassName
{
border-color: #80096F;
}
</style>