Shades of Purple #840185
Tints of Purple #840185
RGB
CMYK
RGB Variations
Color information
#840185 (or 0x840185) is known color: Purple. HEX triplet: 84, 01 and 85. RGB value is (132,1,133). Sum of RGB (Red+Green+Blue) = 132+1+133=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #840185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840185 is #7BFE7A. Grayscale: #363636. Windows color (decimal): -8126075 or 8716676. OLE color: 8716676.
HSL color Cylindrical-coordinate representation of color #840185: hue angle of 299.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840185 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 1 | 133 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.48 |
| HSL | 299.55º | 0.99% | 0.26% | - |
| HSV(B) | 299.55º | 0.99% | 0.52% | - |
| XYZ | 13.76 | 6.62 | 22.74 | - |
| YUV | 55.22 | 171.9 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 133 | 0.01 | 0.99 | 0 | 0.48 | 299.55 | 0.99 | 0.26 |
| Hex | 84 | 1 | 85 | 1 | 63 | 0 | 30 | 12C | 63 | 1A |
| Octal | 204 | 1 | 205 | 1 | 143 | 0 | 60 | 454 | 143 | 32 |
| Binary | 10000100 | 1 | 10000101 | 1 | 1100011 | 0 | 110000 | 100101100 | 1100011 | 11010 |
Color Harmonies of #840185
Complementary color
Monochromatic Colors of #840185
Black with #840185
Text Example
Text Example
White with #840185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840185; }
p { color: rgb(132,1,133); }
H1.HeaderClassName
{
color: #840185;
}
.AnyTagClassName
{
color: #840185;
}
</style>
background-color css
<style>
a { background-color: #840185; }
a { background-color: rgb(132,1,133); }
div.DivClassName
{
background-color: #840185;
}
.BgClassName
{
background-color: #840185;
}
</style>
border-color css
<style>
span { border-color: #840185; }
span { border-color: rgb(132,1,133); }
td.TdClassName
{
border-color: #840185;
}
.TagClassName
{
border-color: #840185;
}
</style>