Shades of Purple #84097F
Tints of Purple #84097F
RGB
CMYK
RGB Variations
Color information
#84097F (or 0x84097F) is known color: Purple. HEX triplet: 84, 09 and 7F. RGB value is (132,9,127). Sum of RGB (Red+Green+Blue) = 132+9+127=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #84097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097F is #7BF680. Grayscale: #3A3A3A. Windows color (decimal): -8124033 or 8325508. OLE color: 8325508.
HSL color Cylindrical-coordinate representation of color #84097F: hue angle of 302.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84097F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 127 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.48 |
| HSL | 302.44º | 0.87% | 0.28% | - |
| HSV(B) | 302.44º | 0.93% | 0.52% | - |
| XYZ | 13.44 | 6.63 | 20.65 | - |
| YUV | 59.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 127 | 0 | 0.93 | 0.04 | 0.48 | 302.44 | 0.87 | 0.28 |
| Hex | 84 | 9 | 7F | 0 | 5D | 4 | 30 | 12E | 57 | 1C |
| Octal | 204 | 11 | 177 | 0 | 135 | 4 | 60 | 456 | 127 | 34 |
| Binary | 10000100 | 1001 | 1111111 | 0 | 1011101 | 100 | 110000 | 100101110 | 1010111 | 11100 |
Color Harmonies of #84097F
Complementary color
Monochromatic Colors of #84097F
Black with #84097F
Text Example
Text Example
White with #84097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84097F; }
p { color: rgb(132,9,127); }
H1.HeaderClassName
{
color: #84097F;
}
.AnyTagClassName
{
color: #84097F;
}
</style>
background-color css
<style>
a { background-color: #84097F; }
a { background-color: rgb(132,9,127); }
div.DivClassName
{
background-color: #84097F;
}
.BgClassName
{
background-color: #84097F;
}
</style>
border-color css
<style>
span { border-color: #84097F; }
span { border-color: rgb(132,9,127); }
td.TdClassName
{
border-color: #84097F;
}
.TagClassName
{
border-color: #84097F;
}
</style>