Shades of Purple #811484
Tints of Purple #811484
RGB
CMYK
RGB Variations
Color information
#811484 (or 0x811484) is known color: Purple. HEX triplet: 81, 14 and 84. RGB value is (129,20,132). Sum of RGB (Red+Green+Blue) = 129+20+132=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #811484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811484 is #7EEB7B. Grayscale: #414141. Windows color (decimal): -8317820 or 8656001. OLE color: 8656001.
HSL color Cylindrical-coordinate representation of color #811484: hue angle of 298.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811484 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 20 | 132 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.48 |
| HSL | 298.39º | 0.74% | 0.3% | - |
| HSV(B) | 298.39º | 0.85% | 0.52% | - |
| XYZ | 13.47 | 6.83 | 22.44 | - |
| YUV | 65.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 132 | 0.02 | 0.85 | 0 | 0.48 | 298.39 | 0.74 | 0.3 |
| Hex | 81 | 14 | 84 | 2 | 55 | 0 | 30 | 12A | 4A | 1E |
| Octal | 201 | 24 | 204 | 2 | 125 | 0 | 60 | 452 | 112 | 36 |
| Binary | 10000001 | 10100 | 10000100 | 10 | 1010101 | 0 | 110000 | 100101010 | 1001010 | 11110 |
Color Harmonies of #811484
Complementary color
Monochromatic Colors of #811484
Black with #811484
Text Example
Text Example
White with #811484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811484; }
p { color: rgb(129,20,132); }
H1.HeaderClassName
{
color: #811484;
}
.AnyTagClassName
{
color: #811484;
}
</style>
background-color css
<style>
a { background-color: #811484; }
a { background-color: rgb(129,20,132); }
div.DivClassName
{
background-color: #811484;
}
.BgClassName
{
background-color: #811484;
}
</style>
border-color css
<style>
span { border-color: #811484; }
span { border-color: rgb(129,20,132); }
td.TdClassName
{
border-color: #811484;
}
.TagClassName
{
border-color: #811484;
}
</style>