Shades of Purple #80097D
Tints of Purple #80097D
RGB
CMYK
RGB Variations
Color information
#80097D (or 0x80097D) is known color: Purple. HEX triplet: 80, 09 and 7D. RGB value is (128,9,125). Sum of RGB (Red+Green+Blue) = 128+9+125=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80097D is #7FF682. Grayscale: #393939. Windows color (decimal): -8386179 or 8194432. OLE color: 8194432.
HSL color Cylindrical-coordinate representation of color #80097D: hue angle of 301.51º 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 #80097D is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 125 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.50 |
| HSL | 301.51º | 0.87% | 0.27% | - |
| HSV(B) | 301.51º | 0.93% | 0.5% | - |
| XYZ | 12.7 | 6.27 | 19.94 | - |
| YUV | 57.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 125 | 0 | 0.93 | 0.02 | 0.50 | 301.51 | 0.87 | 0.27 |
| Hex | 80 | 9 | 7D | 0 | 5D | 2 | 32 | 12E | 57 | 1B |
| Octal | 200 | 11 | 175 | 0 | 135 | 2 | 62 | 456 | 127 | 33 |
| Binary | 10000000 | 1001 | 1111101 | 0 | 1011101 | 10 | 110010 | 100101110 | 1010111 | 11011 |
Color Harmonies of #80097D
Complementary color
Monochromatic Colors of #80097D
Black with #80097D
Text Example
Text Example
White with #80097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80097D; }
p { color: rgb(128,9,125); }
H1.HeaderClassName
{
color: #80097D;
}
.AnyTagClassName
{
color: #80097D;
}
</style>
background-color css
<style>
a { background-color: #80097D; }
a { background-color: rgb(128,9,125); }
div.DivClassName
{
background-color: #80097D;
}
.BgClassName
{
background-color: #80097D;
}
</style>
border-color css
<style>
span { border-color: #80097D; }
span { border-color: rgb(128,9,125); }
td.TdClassName
{
border-color: #80097D;
}
.TagClassName
{
border-color: #80097D;
}
</style>