Shades of Purple #80098A
Tints of Purple #80098A
RGB
CMYK
RGB Variations
Color information
#80098A (or 0x80098A) is known color: Purple. HEX triplet: 80, 09 and 8A. RGB value is (128,9,138). Sum of RGB (Red+Green+Blue) = 128+9+138=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #80098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80098A is #7FF675. Grayscale: #3A3A3A. Windows color (decimal): -8386166 or 9046400. OLE color: 9046400.
HSL color Cylindrical-coordinate representation of color #80098A: hue angle of 295.35º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80098A is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 9 | 138 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.46 |
| HSL | 295.35º | 0.88% | 0.29% | - |
| HSV(B) | 295.35º | 0.93% | 0.54% | - |
| XYZ | 13.59 | 6.62 | 24.61 | - |
| YUV | 59.29 | 172.42 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 138 | 0.07 | 0.93 | 0 | 0.46 | 295.35 | 0.88 | 0.29 |
| Hex | 80 | 9 | 8A | 7 | 5D | 0 | 2E | 127 | 58 | 1D |
| Octal | 200 | 11 | 212 | 7 | 135 | 0 | 56 | 447 | 130 | 35 |
| Binary | 10000000 | 1001 | 10001010 | 111 | 1011101 | 0 | 101110 | 100100111 | 1011000 | 11101 |
Color Harmonies of #80098A
Complementary color
Monochromatic Colors of #80098A
Black with #80098A
Text Example
Text Example
White with #80098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80098A; }
p { color: rgb(128,9,138); }
H1.HeaderClassName
{
color: #80098A;
}
.AnyTagClassName
{
color: #80098A;
}
</style>
background-color css
<style>
a { background-color: #80098A; }
a { background-color: rgb(128,9,138); }
div.DivClassName
{
background-color: #80098A;
}
.BgClassName
{
background-color: #80098A;
}
</style>
border-color css
<style>
span { border-color: #80098A; }
span { border-color: rgb(128,9,138); }
td.TdClassName
{
border-color: #80098A;
}
.TagClassName
{
border-color: #80098A;
}
</style>