Shades of Old Lavender #857084
Tints of Old Lavender #857084
RGB
CMYK
RGB Variations
Color information
#857084 (or 0x857084) is known color: Old Lavender. HEX triplet: 85, 70 and 84. RGB value is (133,112,132). Sum of RGB (Red+Green+Blue) = 133+112+132=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 133 - color contains mainly: red. Hex color #857084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857084 is #7A8F7B. Grayscale: #787878. Windows color (decimal): -8032124 or 8679557. OLE color: 8679557.
HSL color Cylindrical-coordinate representation of color #857084: hue angle of 302.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #857084 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 112 | 132 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.48 |
| HSL | 302.86º | 0.09% | 0.48% | - |
| HSV(B) | 302.86º | 0.16% | 0.52% | - |
| XYZ | 19.63 | 18.24 | 24.32 | - |
| YUV | 120.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 112 | 132 | 0 | 0.16 | 0.01 | 0.48 | 302.86 | 0.09 | 0.48 |
| Hex | 85 | 70 | 84 | 0 | 10 | 1 | 30 | 12F | 9 | 30 |
| Octal | 205 | 160 | 204 | 0 | 20 | 1 | 60 | 457 | 11 | 60 |
| Binary | 10000101 | 1110000 | 10000100 | 0 | 10000 | 1 | 110000 | 100101111 | 1001 | 110000 |
Color Harmonies of #857084
Complementary color
Monochromatic Colors of #857084
Black with #857084
Text Example
Text Example
White with #857084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857084; }
p { color: rgb(133,112,132); }
H1.HeaderClassName
{
color: #857084;
}
.AnyTagClassName
{
color: #857084;
}
</style>
background-color css
<style>
a { background-color: #857084; }
a { background-color: rgb(133,112,132); }
div.DivClassName
{
background-color: #857084;
}
.BgClassName
{
background-color: #857084;
}
</style>
border-color css
<style>
span { border-color: #857084; }
span { border-color: rgb(133,112,132); }
td.TdClassName
{
border-color: #857084;
}
.TagClassName
{
border-color: #857084;
}
</style>