Shades of Old Lavender #856C81
Tints of Old Lavender #856C81
RGB
CMYK
RGB Variations
Color information
#856C81 (or 0x856C81) is known color: Old Lavender. HEX triplet: 85, 6C and 81. RGB value is (133,108,129). Sum of RGB (Red+Green+Blue) = 133+108+129=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 133 - color contains mainly: red. Hex color #856C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856C81 is #7A937E. Grayscale: #757575. Windows color (decimal): -8033151 or 8481925. OLE color: 8481925.
HSL color Cylindrical-coordinate representation of color #856C81: hue angle of 309.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #856C81 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 129 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.48 |
| HSL | 309.6º | 0.1% | 0.47% | - |
| HSV(B) | 309.6º | 0.19% | 0.52% | - |
| XYZ | 19 | 17.3 | 23.11 | - |
| YUV | 117.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 129 | 0 | 0.19 | 0.03 | 0.48 | 309.6 | 0.1 | 0.47 |
| Hex | 85 | 6C | 81 | 0 | 13 | 3 | 30 | 136 | A | 2F |
| Octal | 205 | 154 | 201 | 0 | 23 | 3 | 60 | 466 | 12 | 57 |
| Binary | 10000101 | 1101100 | 10000001 | 0 | 10011 | 11 | 110000 | 100110110 | 1010 | 101111 |
Color Harmonies of #856C81
Complementary color
Monochromatic Colors of #856C81
Black with #856C81
Text Example
Text Example
White with #856C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C81; }
p { color: rgb(133,108,129); }
H1.HeaderClassName
{
color: #856C81;
}
.AnyTagClassName
{
color: #856C81;
}
</style>
background-color css
<style>
a { background-color: #856C81; }
a { background-color: rgb(133,108,129); }
div.DivClassName
{
background-color: #856C81;
}
.BgClassName
{
background-color: #856C81;
}
</style>
border-color css
<style>
span { border-color: #856C81; }
span { border-color: rgb(133,108,129); }
td.TdClassName
{
border-color: #856C81;
}
.TagClassName
{
border-color: #856C81;
}
</style>