Shades of Purple #841183
Tints of Purple #841183
RGB
CMYK
RGB Variations
Color information
#841183 (or 0x841183) is known color: Purple. HEX triplet: 84, 11 and 83. RGB value is (132,17,131). Sum of RGB (Red+Green+Blue) = 132+17+131=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #841183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841183 is #7BEE7C. Grayscale: #404040. Windows color (decimal): -8121981 or 8589700. OLE color: 8589700.
HSL color Cylindrical-coordinate representation of color #841183: hue angle of 300.52º 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 #841183 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 131 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.48 |
| HSL | 300.52º | 0.77% | 0.29% | - |
| HSV(B) | 300.52º | 0.87% | 0.52% | - |
| XYZ | 13.81 | 6.95 | 22.09 | - |
| YUV | 64.38 | 165.6 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 131 | 0 | 0.87 | 0.01 | 0.48 | 300.52 | 0.77 | 0.29 |
| Hex | 84 | 11 | 83 | 0 | 57 | 1 | 30 | 12D | 4D | 1D |
| Octal | 204 | 21 | 203 | 0 | 127 | 1 | 60 | 455 | 115 | 35 |
| Binary | 10000100 | 10001 | 10000011 | 0 | 1010111 | 1 | 110000 | 100101101 | 1001101 | 11101 |
Color Harmonies of #841183
Complementary color
Monochromatic Colors of #841183
Black with #841183
Text Example
Text Example
White with #841183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841183; }
p { color: rgb(132,17,131); }
H1.HeaderClassName
{
color: #841183;
}
.AnyTagClassName
{
color: #841183;
}
</style>
background-color css
<style>
a { background-color: #841183; }
a { background-color: rgb(132,17,131); }
div.DivClassName
{
background-color: #841183;
}
.BgClassName
{
background-color: #841183;
}
</style>
border-color css
<style>
span { border-color: #841183; }
span { border-color: rgb(132,17,131); }
td.TdClassName
{
border-color: #841183;
}
.TagClassName
{
border-color: #841183;
}
</style>