Shades of Purple #800089
Tints of Purple #800089
RGB
CMYK
RGB Variations
Color information
#800089 (or 0x800089) is known color: Purple. HEX triplet: 80, 00 and 89. RGB value is (128,0,137). Sum of RGB (Red+Green+Blue) = 128+0+137=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #800089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800089 is #7FFF76. Grayscale: #353535. Windows color (decimal): -8388471 or 8978560. OLE color: 8978560.
HSL color Cylindrical-coordinate representation of color #800089: hue angle of 296.06º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800089 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 0 | 137 | - |
| CMYK | 0.07 | 1 | 0 | 0.46 |
| HSL | 296.06º | 1% | 0.27% | - |
| HSV(B) | 296.06º | 1% | 0.54% | - |
| XYZ | 13.42 | 6.4 | 24.19 | - |
| YUV | 53.89 | 174.91 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 137 | 0.07 | 1 | 0 | 0.46 | 296.06 | 1 | 0.27 |
| Hex | 80 | 0 | 89 | 7 | 64 | 0 | 2E | 128 | 64 | 1B |
| Octal | 200 | 0 | 211 | 7 | 144 | 0 | 56 | 450 | 144 | 33 |
| Binary | 10000000 | 0 | 10001001 | 111 | 1100100 | 0 | 101110 | 100101000 | 1100100 | 11011 |
Color Harmonies of #800089
Complementary color
Monochromatic Colors of #800089
Black with #800089
Text Example
Text Example
White with #800089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800089; }
p { color: rgb(128,0,137); }
H1.HeaderClassName
{
color: #800089;
}
.AnyTagClassName
{
color: #800089;
}
</style>
background-color css
<style>
a { background-color: #800089; }
a { background-color: rgb(128,0,137); }
div.DivClassName
{
background-color: #800089;
}
.BgClassName
{
background-color: #800089;
}
</style>
border-color css
<style>
span { border-color: #800089; }
span { border-color: rgb(128,0,137); }
td.TdClassName
{
border-color: #800089;
}
.TagClassName
{
border-color: #800089;
}
</style>