Shades of Old Lavender #84617B
Tints of Old Lavender #84617B
RGB
CMYK
RGB Variations
Color information
#84617B (or 0x84617B) is known color: Old Lavender. HEX triplet: 84, 61 and 7B. RGB value is (132,97,123). Sum of RGB (Red+Green+Blue) = 132+97+123=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 132 - color contains mainly: red. Hex color #84617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617B is #7B9E84. Grayscale: #6E6E6E. Windows color (decimal): -8101509 or 8085892. OLE color: 8085892.
HSL color Cylindrical-coordinate representation of color #84617B: hue angle of 315.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84617B is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 97 | 123 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.48 |
| HSL | 315.43º | 0.15% | 0.45% | - |
| HSV(B) | 315.43º | 0.27% | 0.52% | - |
| XYZ | 17.37 | 14.88 | 20.7 | - |
| YUV | 110.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 123 | 0 | 0.27 | 0.07 | 0.48 | 315.43 | 0.15 | 0.45 |
| Hex | 84 | 61 | 7B | 0 | 1B | 7 | 30 | 13B | F | 2D |
| Octal | 204 | 141 | 173 | 0 | 33 | 7 | 60 | 473 | 17 | 55 |
| Binary | 10000100 | 1100001 | 1111011 | 0 | 11011 | 111 | 110000 | 100111011 | 1111 | 101101 |
Color Harmonies of #84617B
Complementary color
Monochromatic Colors of #84617B
Black with #84617B
Text Example
Text Example
White with #84617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84617B; }
p { color: rgb(132,97,123); }
H1.HeaderClassName
{
color: #84617B;
}
.AnyTagClassName
{
color: #84617B;
}
</style>
background-color css
<style>
a { background-color: #84617B; }
a { background-color: rgb(132,97,123); }
div.DivClassName
{
background-color: #84617B;
}
.BgClassName
{
background-color: #84617B;
}
</style>
border-color css
<style>
span { border-color: #84617B; }
span { border-color: rgb(132,97,123); }
td.TdClassName
{
border-color: #84617B;
}
.TagClassName
{
border-color: #84617B;
}
</style>