Shades of Purple #800189
Tints of Purple #800189
RGB
CMYK
RGB Variations
Color information
#800189 (or 0x800189) is known color: Purple. HEX triplet: 80, 01 and 89. RGB value is (128,1,137). Sum of RGB (Red+Green+Blue) = 128+1+137=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #800189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800189 is #7FFE76. Grayscale: #363636. Windows color (decimal): -8388215 or 8978816. OLE color: 8978816.
HSL color Cylindrical-coordinate representation of color #800189: hue angle of 296.03º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800189 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 1 | 137 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.46 |
| HSL | 296.03º | 0.99% | 0.27% | - |
| HSV(B) | 296.03º | 0.99% | 0.54% | - |
| XYZ | 13.43 | 6.42 | 24.2 | - |
| YUV | 54.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 137 | 0.07 | 0.99 | 0 | 0.46 | 296.03 | 0.99 | 0.27 |
| Hex | 80 | 1 | 89 | 7 | 63 | 0 | 2E | 128 | 63 | 1B |
| Octal | 200 | 1 | 211 | 7 | 143 | 0 | 56 | 450 | 143 | 33 |
| Binary | 10000000 | 1 | 10001001 | 111 | 1100011 | 0 | 101110 | 100101000 | 1100011 | 11011 |
Color Harmonies of #800189
Complementary color
Monochromatic Colors of #800189
Black with #800189
Text Example
Text Example
White with #800189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800189; }
p { color: rgb(128,1,137); }
H1.HeaderClassName
{
color: #800189;
}
.AnyTagClassName
{
color: #800189;
}
</style>
background-color css
<style>
a { background-color: #800189; }
a { background-color: rgb(128,1,137); }
div.DivClassName
{
background-color: #800189;
}
.BgClassName
{
background-color: #800189;
}
</style>
border-color css
<style>
span { border-color: #800189; }
span { border-color: rgb(128,1,137); }
td.TdClassName
{
border-color: #800189;
}
.TagClassName
{
border-color: #800189;
}
</style>