Shades of Purple #811183
Tints of Purple #811183
RGB
CMYK
RGB Variations
Color information
#811183 (or 0x811183) is known color: Purple. HEX triplet: 81, 11 and 83. RGB value is (129,17,131). Sum of RGB (Red+Green+Blue) = 129+17+131=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #811183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811183 is #7EEE7C. Grayscale: #3F3F3F. Windows color (decimal): -8318589 or 8589697. OLE color: 8589697.
HSL color Cylindrical-coordinate representation of color #811183: hue angle of 298.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811183 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 131 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.49 |
| HSL | 298.95º | 0.77% | 0.29% | - |
| HSV(B) | 298.95º | 0.87% | 0.51% | - |
| XYZ | 13.35 | 6.71 | 22.06 | - |
| YUV | 63.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 131 | 0.02 | 0.87 | 0 | 0.49 | 298.95 | 0.77 | 0.29 |
| Hex | 81 | 11 | 83 | 2 | 57 | 0 | 31 | 12B | 4D | 1D |
| Octal | 201 | 21 | 203 | 2 | 127 | 0 | 61 | 453 | 115 | 35 |
| Binary | 10000001 | 10001 | 10000011 | 10 | 1010111 | 0 | 110001 | 100101011 | 1001101 | 11101 |
Color Harmonies of #811183
Complementary color
Monochromatic Colors of #811183
Black with #811183
Text Example
Text Example
White with #811183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811183; }
p { color: rgb(129,17,131); }
H1.HeaderClassName
{
color: #811183;
}
.AnyTagClassName
{
color: #811183;
}
</style>
background-color css
<style>
a { background-color: #811183; }
a { background-color: rgb(129,17,131); }
div.DivClassName
{
background-color: #811183;
}
.BgClassName
{
background-color: #811183;
}
</style>
border-color css
<style>
span { border-color: #811183; }
span { border-color: rgb(129,17,131); }
td.TdClassName
{
border-color: #811183;
}
.TagClassName
{
border-color: #811183;
}
</style>