Shades of Purple #84086F
Tints of Purple #84086F
RGB
CMYK
RGB Variations
Color information
#84086F (or 0x84086F) is known color: Purple. HEX triplet: 84, 08 and 6F. RGB value is (132,8,111). Sum of RGB (Red+Green+Blue) = 132+8+111=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84086F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84086F is #7BF790. Grayscale: #383838. Windows color (decimal): -8124305 or 7276676. OLE color: 7276676.
HSL color Cylindrical-coordinate representation of color #84086F: hue angle of 310.16º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84086F is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 111 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.48 |
| HSL | 310.16º | 0.89% | 0.27% | - |
| HSV(B) | 310.16º | 0.94% | 0.52% | - |
| XYZ | 12.47 | 6.23 | 15.58 | - |
| YUV | 56.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 111 | 0 | 0.94 | 0.16 | 0.48 | 310.16 | 0.89 | 0.27 |
| Hex | 84 | 8 | 6F | 0 | 5E | 10 | 30 | 136 | 59 | 1B |
| Octal | 204 | 10 | 157 | 0 | 136 | 20 | 60 | 466 | 131 | 33 |
| Binary | 10000100 | 1000 | 1101111 | 0 | 1011110 | 10000 | 110000 | 100110110 | 1011001 | 11011 |
Color Harmonies of #84086F
Complementary color
Monochromatic Colors of #84086F
Black with #84086F
Text Example
Text Example
White with #84086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84086F; }
p { color: rgb(132,8,111); }
H1.HeaderClassName
{
color: #84086F;
}
.AnyTagClassName
{
color: #84086F;
}
</style>
background-color css
<style>
a { background-color: #84086F; }
a { background-color: rgb(132,8,111); }
div.DivClassName
{
background-color: #84086F;
}
.BgClassName
{
background-color: #84086F;
}
</style>
border-color css
<style>
span { border-color: #84086F; }
span { border-color: rgb(132,8,111); }
td.TdClassName
{
border-color: #84086F;
}
.TagClassName
{
border-color: #84086F;
}
</style>