Shades of Purple #811189
Tints of Purple #811189
RGB
CMYK
RGB Variations
Color information
#811189 (or 0x811189) is known color: Purple. HEX triplet: 81, 11 and 89. RGB value is (129,17,137). Sum of RGB (Red+Green+Blue) = 129+17+137=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #811189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811189 is #7EEE76. Grayscale: #3F3F3F. Windows color (decimal): -8318583 or 8982913. OLE color: 8982913.
HSL color Cylindrical-coordinate representation of color #811189: hue angle of 296º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811189 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 17 | 137 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.46 |
| HSL | 296º | 0.78% | 0.3% | - |
| HSV(B) | 296º | 0.88% | 0.54% | - |
| XYZ | 13.77 | 6.87 | 24.27 | - |
| YUV | 64.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 137 | 0.06 | 0.88 | 0 | 0.46 | 296 | 0.78 | 0.3 |
| Hex | 81 | 11 | 89 | 6 | 58 | 0 | 2E | 128 | 4E | 1E |
| Octal | 201 | 21 | 211 | 6 | 130 | 0 | 56 | 450 | 116 | 36 |
| Binary | 10000001 | 10001 | 10001001 | 110 | 1011000 | 0 | 101110 | 100101000 | 1001110 | 11110 |
Color Harmonies of #811189
Complementary color
Monochromatic Colors of #811189
Black with #811189
Text Example
Text Example
White with #811189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811189; }
p { color: rgb(129,17,137); }
H1.HeaderClassName
{
color: #811189;
}
.AnyTagClassName
{
color: #811189;
}
</style>
background-color css
<style>
a { background-color: #811189; }
a { background-color: rgb(129,17,137); }
div.DivClassName
{
background-color: #811189;
}
.BgClassName
{
background-color: #811189;
}
</style>
border-color css
<style>
span { border-color: #811189; }
span { border-color: rgb(129,17,137); }
td.TdClassName
{
border-color: #811189;
}
.TagClassName
{
border-color: #811189;
}
</style>