Shades of Purple #841485
Tints of Purple #841485
RGB
CMYK
RGB Variations
Color information
#841485 (or 0x841485) is known color: Purple. HEX triplet: 84, 14 and 85. RGB value is (132,20,133). Sum of RGB (Red+Green+Blue) = 132+20+133=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #841485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841485 is #7BEB7A. Grayscale: #424242. Windows color (decimal): -8121211 or 8721540. OLE color: 8721540.
HSL color Cylindrical-coordinate representation of color #841485: hue angle of 299.47º 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 #841485 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 20 | 133 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.48 |
| HSL | 299.47º | 0.74% | 0.3% | - |
| HSV(B) | 299.47º | 0.85% | 0.52% | - |
| XYZ | 14 | 7.1 | 22.82 | - |
| YUV | 66.37 | 165.61 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 133 | 0.01 | 0.85 | 0 | 0.48 | 299.47 | 0.74 | 0.3 |
| Hex | 84 | 14 | 85 | 1 | 55 | 0 | 30 | 12B | 4A | 1E |
| Octal | 204 | 24 | 205 | 1 | 125 | 0 | 60 | 453 | 112 | 36 |
| Binary | 10000100 | 10100 | 10000101 | 1 | 1010101 | 0 | 110000 | 100101011 | 1001010 | 11110 |
Color Harmonies of #841485
Complementary color
Monochromatic Colors of #841485
Black with #841485
Text Example
Text Example
White with #841485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841485; }
p { color: rgb(132,20,133); }
H1.HeaderClassName
{
color: #841485;
}
.AnyTagClassName
{
color: #841485;
}
</style>
background-color css
<style>
a { background-color: #841485; }
a { background-color: rgb(132,20,133); }
div.DivClassName
{
background-color: #841485;
}
.BgClassName
{
background-color: #841485;
}
</style>
border-color css
<style>
span { border-color: #841485; }
span { border-color: rgb(132,20,133); }
td.TdClassName
{
border-color: #841485;
}
.TagClassName
{
border-color: #841485;
}
</style>