Shades of Purple #80097B
Tints of Purple #80097B
RGB
CMYK
RGB Variations
Color information
#80097B (or 0x80097B) is known color: Purple. HEX triplet: 80, 09 and 7B. RGB value is (128,9,123). Sum of RGB (Red+Green+Blue) = 128+9+123=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80097B is #7FF684. Grayscale: #393939. Windows color (decimal): -8386181 or 8063360. OLE color: 8063360.
HSL color Cylindrical-coordinate representation of color #80097B: hue angle of 302.52º 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 #80097B is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.50 |
| HSL | 302.52º | 0.87% | 0.27% | - |
| HSV(B) | 302.52º | 0.93% | 0.5% | - |
| XYZ | 12.57 | 6.21 | 19.28 | - |
| YUV | 57.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 123 | 0 | 0.93 | 0.04 | 0.50 | 302.52 | 0.87 | 0.27 |
| Hex | 80 | 9 | 7B | 0 | 5D | 4 | 32 | 12F | 57 | 1B |
| Octal | 200 | 11 | 173 | 0 | 135 | 4 | 62 | 457 | 127 | 33 |
| Binary | 10000000 | 1001 | 1111011 | 0 | 1011101 | 100 | 110010 | 100101111 | 1010111 | 11011 |
Color Harmonies of #80097B
Complementary color
Monochromatic Colors of #80097B
Black with #80097B
Text Example
Text Example
White with #80097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80097B; }
p { color: rgb(128,9,123); }
H1.HeaderClassName
{
color: #80097B;
}
.AnyTagClassName
{
color: #80097B;
}
</style>
background-color css
<style>
a { background-color: #80097B; }
a { background-color: rgb(128,9,123); }
div.DivClassName
{
background-color: #80097B;
}
.BgClassName
{
background-color: #80097B;
}
</style>
border-color css
<style>
span { border-color: #80097B; }
span { border-color: rgb(128,9,123); }
td.TdClassName
{
border-color: #80097B;
}
.TagClassName
{
border-color: #80097B;
}
</style>