Shades of Purple #811489
Tints of Purple #811489
RGB
CMYK
RGB Variations
Color information
#811489 (or 0x811489) is known color: Purple. HEX triplet: 81, 14 and 89. RGB value is (129,20,137). Sum of RGB (Red+Green+Blue) = 129+20+137=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #811489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811489 is #7EEB76. Grayscale: #414141. Windows color (decimal): -8317815 or 8983681. OLE color: 8983681.
HSL color Cylindrical-coordinate representation of color #811489: hue angle of 295.9º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811489 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 20 | 137 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.46 |
| HSL | 295.9º | 0.75% | 0.31% | - |
| HSV(B) | 295.9º | 0.85% | 0.54% | - |
| XYZ | 13.82 | 6.97 | 24.28 | - |
| YUV | 65.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 137 | 0.06 | 0.85 | 0 | 0.46 | 295.9 | 0.75 | 0.31 |
| Hex | 81 | 14 | 89 | 6 | 55 | 0 | 2E | 128 | 4B | 1F |
| Octal | 201 | 24 | 211 | 6 | 125 | 0 | 56 | 450 | 113 | 37 |
| Binary | 10000001 | 10100 | 10001001 | 110 | 1010101 | 0 | 101110 | 100101000 | 1001011 | 11111 |
Color Harmonies of #811489
Complementary color
Monochromatic Colors of #811489
Black with #811489
Text Example
Text Example
White with #811489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811489; }
p { color: rgb(129,20,137); }
H1.HeaderClassName
{
color: #811489;
}
.AnyTagClassName
{
color: #811489;
}
</style>
background-color css
<style>
a { background-color: #811489; }
a { background-color: rgb(129,20,137); }
div.DivClassName
{
background-color: #811489;
}
.BgClassName
{
background-color: #811489;
}
</style>
border-color css
<style>
span { border-color: #811489; }
span { border-color: rgb(129,20,137); }
td.TdClassName
{
border-color: #811489;
}
.TagClassName
{
border-color: #811489;
}
</style>