Shades of Old Lavender #85667E
Tints of Old Lavender #85667E
RGB
CMYK
RGB Variations
Color information
#85667E (or 0x85667E) is known color: Old Lavender. HEX triplet: 85, 66 and 7E. RGB value is (133,102,126). Sum of RGB (Red+Green+Blue) = 133+102+126=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85667E is #7A9981. Grayscale: #717171. Windows color (decimal): -8034690 or 8283781. OLE color: 8283781.
HSL color Cylindrical-coordinate representation of color #85667E: hue angle of 313.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #85667E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 126 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.48 |
| HSL | 313.55º | 0.13% | 0.46% | - |
| HSV(B) | 313.55º | 0.23% | 0.52% | - |
| XYZ | 18.19 | 16 | 21.87 | - |
| YUV | 114.01 | 134.77 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 126 | 0 | 0.23 | 0.05 | 0.48 | 313.55 | 0.13 | 0.46 |
| Hex | 85 | 66 | 7E | 0 | 17 | 5 | 30 | 13A | D | 2E |
| Octal | 205 | 146 | 176 | 0 | 27 | 5 | 60 | 472 | 15 | 56 |
| Binary | 10000101 | 1100110 | 1111110 | 0 | 10111 | 101 | 110000 | 100111010 | 1101 | 101110 |
Color Harmonies of #85667E
Complementary color
Monochromatic Colors of #85667E
Black with #85667E
Text Example
Text Example
White with #85667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85667E; }
p { color: rgb(133,102,126); }
H1.HeaderClassName
{
color: #85667E;
}
.AnyTagClassName
{
color: #85667E;
}
</style>
background-color css
<style>
a { background-color: #85667E; }
a { background-color: rgb(133,102,126); }
div.DivClassName
{
background-color: #85667E;
}
.BgClassName
{
background-color: #85667E;
}
</style>
border-color css
<style>
span { border-color: #85667E; }
span { border-color: rgb(133,102,126); }
td.TdClassName
{
border-color: #85667E;
}
.TagClassName
{
border-color: #85667E;
}
</style>