Shades of Purple #84097B
Tints of Purple #84097B
RGB
CMYK
RGB Variations
Color information
#84097B (or 0x84097B) is known color: Purple. HEX triplet: 84, 09 and 7B. RGB value is (132,9,123). Sum of RGB (Red+Green+Blue) = 132+9+123=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84097B is #7BF684. Grayscale: #3A3A3A. Windows color (decimal): -8124037 or 8063364. OLE color: 8063364.
HSL color Cylindrical-coordinate representation of color #84097B: hue angle of 304.39º 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 #84097B is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 123 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.48 |
| HSL | 304.39º | 0.87% | 0.28% | - |
| HSV(B) | 304.39º | 0.93% | 0.52% | - |
| XYZ | 13.19 | 6.53 | 19.3 | - |
| YUV | 58.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 123 | 0 | 0.93 | 0.07 | 0.48 | 304.39 | 0.87 | 0.28 |
| Hex | 84 | 9 | 7B | 0 | 5D | 7 | 30 | 130 | 57 | 1C |
| Octal | 204 | 11 | 173 | 0 | 135 | 7 | 60 | 460 | 127 | 34 |
| Binary | 10000100 | 1001 | 1111011 | 0 | 1011101 | 111 | 110000 | 100110000 | 1010111 | 11100 |
Color Harmonies of #84097B
Complementary color
Monochromatic Colors of #84097B
Black with #84097B
Text Example
Text Example
White with #84097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84097B; }
p { color: rgb(132,9,123); }
H1.HeaderClassName
{
color: #84097B;
}
.AnyTagClassName
{
color: #84097B;
}
</style>
background-color css
<style>
a { background-color: #84097B; }
a { background-color: rgb(132,9,123); }
div.DivClassName
{
background-color: #84097B;
}
.BgClassName
{
background-color: #84097B;
}
</style>
border-color css
<style>
span { border-color: #84097B; }
span { border-color: rgb(132,9,123); }
td.TdClassName
{
border-color: #84097B;
}
.TagClassName
{
border-color: #84097B;
}
</style>