Shades of Purple #811185
Tints of Purple #811185
RGB
CMYK
RGB Variations
Color information
#811185 (or 0x811185) is known color: Purple. HEX triplet: 81, 11 and 85. RGB value is (129,17,133). Sum of RGB (Red+Green+Blue) = 129+17+133=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #811185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811185 is #7EEE7A. Grayscale: #3F3F3F. Windows color (decimal): -8318587 or 8720769. OLE color: 8720769.
HSL color Cylindrical-coordinate representation of color #811185: hue angle of 297.93º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811185 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 17 | 133 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.48 |
| HSL | 297.93º | 0.77% | 0.29% | - |
| HSV(B) | 297.93º | 0.87% | 0.52% | - |
| XYZ | 13.49 | 6.76 | 22.78 | - |
| YUV | 63.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 133 | 0.03 | 0.87 | 0 | 0.48 | 297.93 | 0.77 | 0.29 |
| Hex | 81 | 11 | 85 | 3 | 57 | 0 | 30 | 12A | 4D | 1D |
| Octal | 201 | 21 | 205 | 3 | 127 | 0 | 60 | 452 | 115 | 35 |
| Binary | 10000001 | 10001 | 10000101 | 11 | 1010111 | 0 | 110000 | 100101010 | 1001101 | 11101 |
Color Harmonies of #811185
Complementary color
Monochromatic Colors of #811185
Black with #811185
Text Example
Text Example
White with #811185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811185; }
p { color: rgb(129,17,133); }
H1.HeaderClassName
{
color: #811185;
}
.AnyTagClassName
{
color: #811185;
}
</style>
background-color css
<style>
a { background-color: #811185; }
a { background-color: rgb(129,17,133); }
div.DivClassName
{
background-color: #811185;
}
.BgClassName
{
background-color: #811185;
}
</style>
border-color css
<style>
span { border-color: #811185; }
span { border-color: rgb(129,17,133); }
td.TdClassName
{
border-color: #811185;
}
.TagClassName
{
border-color: #811185;
}
</style>