Shades of Old Lavender #846A80
Tints of Old Lavender #846A80
RGB
CMYK
RGB Variations
Color information
#846A80 (or 0x846A80) is known color: Old Lavender. HEX triplet: 84, 6A and 80. RGB value is (132,106,128). Sum of RGB (Red+Green+Blue) = 132+106+128=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #846A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846A80 is #7B957F. Grayscale: #747474. Windows color (decimal): -8099200 or 8415876. OLE color: 8415876.
HSL color Cylindrical-coordinate representation of color #846A80: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846A80 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 128 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.48 |
| HSL | 309.23º | 0.11% | 0.47% | - |
| HSV(B) | 309.23º | 0.2% | 0.52% | - |
| XYZ | 18.57 | 16.77 | 22.68 | - |
| YUV | 116.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 128 | 0 | 0.20 | 0.03 | 0.48 | 309.23 | 0.11 | 0.47 |
| Hex | 84 | 6A | 80 | 0 | 14 | 3 | 30 | 135 | B | 2F |
| Octal | 204 | 152 | 200 | 0 | 24 | 3 | 60 | 465 | 13 | 57 |
| Binary | 10000100 | 1101010 | 10000000 | 0 | 10100 | 11 | 110000 | 100110101 | 1011 | 101111 |
Color Harmonies of #846A80
Complementary color
Monochromatic Colors of #846A80
Black with #846A80
Text Example
Text Example
White with #846A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A80; }
p { color: rgb(132,106,128); }
H1.HeaderClassName
{
color: #846A80;
}
.AnyTagClassName
{
color: #846A80;
}
</style>
background-color css
<style>
a { background-color: #846A80; }
a { background-color: rgb(132,106,128); }
div.DivClassName
{
background-color: #846A80;
}
.BgClassName
{
background-color: #846A80;
}
</style>
border-color css
<style>
span { border-color: #846A80; }
span { border-color: rgb(132,106,128); }
td.TdClassName
{
border-color: #846A80;
}
.TagClassName
{
border-color: #846A80;
}
</style>