Shades of Purple #841184
Tints of Purple #841184
RGB
CMYK
RGB Variations
Color information
#841184 (or 0x841184) is known color: Purple. HEX triplet: 84, 11 and 84. RGB value is (132,17,132). Sum of RGB (Red+Green+Blue) = 132+17+132=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #841184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841184 is #7BEE7B. Grayscale: #404040. Windows color (decimal): -8121980 or 8655236. OLE color: 8655236.
HSL color Cylindrical-coordinate representation of color #841184: hue angle of 300º 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 #841184 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 132 | - |
| CMYK | 0 | 0.87 | 0 | 0.48 |
| HSL | 300º | 0.77% | 0.29% | - |
| HSV(B) | 300º | 0.87% | 0.52% | - |
| XYZ | 13.88 | 6.97 | 22.44 | - |
| YUV | 64.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 132 | 0 | 0.87 | 0 | 0.48 | 300 | 0.77 | 0.29 |
| Hex | 84 | 11 | 84 | 0 | 57 | 0 | 30 | 12C | 4D | 1D |
| Octal | 204 | 21 | 204 | 0 | 127 | 0 | 60 | 454 | 115 | 35 |
| Binary | 10000100 | 10001 | 10000100 | 0 | 1010111 | 0 | 110000 | 100101100 | 1001101 | 11101 |
Color Harmonies of #841184
Complementary color
Monochromatic Colors of #841184
Black with #841184
Text Example
Text Example
White with #841184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841184; }
p { color: rgb(132,17,132); }
H1.HeaderClassName
{
color: #841184;
}
.AnyTagClassName
{
color: #841184;
}
</style>
background-color css
<style>
a { background-color: #841184; }
a { background-color: rgb(132,17,132); }
div.DivClassName
{
background-color: #841184;
}
.BgClassName
{
background-color: #841184;
}
</style>
border-color css
<style>
span { border-color: #841184; }
span { border-color: rgb(132,17,132); }
td.TdClassName
{
border-color: #841184;
}
.TagClassName
{
border-color: #841184;
}
</style>