Shades of Purple #811889
Tints of Purple #811889
RGB
CMYK
RGB Variations
Color information
#811889 (or 0x811889) is known color: Purple. HEX triplet: 81, 18 and 89. RGB value is (129,24,137). Sum of RGB (Red+Green+Blue) = 129+24+137=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #811889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811889 is #7EE776. Grayscale: #434343. Windows color (decimal): -8316791 or 8984705. OLE color: 8984705.
HSL color Cylindrical-coordinate representation of color #811889: hue angle of 295.75º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811889 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 24 | 137 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.46 |
| HSL | 295.75º | 0.7% | 0.32% | - |
| HSV(B) | 295.75º | 0.82% | 0.54% | - |
| XYZ | 13.9 | 7.13 | 24.31 | - |
| YUV | 68.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 137 | 0.06 | 0.82 | 0 | 0.46 | 295.75 | 0.7 | 0.32 |
| Hex | 81 | 18 | 89 | 6 | 52 | 0 | 2E | 128 | 46 | 20 |
| Octal | 201 | 30 | 211 | 6 | 122 | 0 | 56 | 450 | 106 | 40 |
| Binary | 10000001 | 11000 | 10001001 | 110 | 1010010 | 0 | 101110 | 100101000 | 1000110 | 100000 |
Color Harmonies of #811889
Complementary color
Monochromatic Colors of #811889
Black with #811889
Text Example
Text Example
White with #811889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811889; }
p { color: rgb(129,24,137); }
H1.HeaderClassName
{
color: #811889;
}
.AnyTagClassName
{
color: #811889;
}
</style>
background-color css
<style>
a { background-color: #811889; }
a { background-color: rgb(129,24,137); }
div.DivClassName
{
background-color: #811889;
}
.BgClassName
{
background-color: #811889;
}
</style>
border-color css
<style>
span { border-color: #811889; }
span { border-color: rgb(129,24,137); }
td.TdClassName
{
border-color: #811889;
}
.TagClassName
{
border-color: #811889;
}
</style>