Shades of Old Lavender #85637E
Tints of Old Lavender #85637E
RGB
CMYK
RGB Variations
Color information
#85637E (or 0x85637E) is known color: Old Lavender. HEX triplet: 85, 63 and 7E. RGB value is (133,99,126). Sum of RGB (Red+Green+Blue) = 133+99+126=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85637E is #7A9C81. Grayscale: #707070. Windows color (decimal): -8035458 or 8283013. OLE color: 8283013.
HSL color Cylindrical-coordinate representation of color #85637E: hue angle of 312.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85637E is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 126 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.48 |
| HSL | 312.35º | 0.15% | 0.45% | - |
| HSV(B) | 312.35º | 0.26% | 0.52% | - |
| XYZ | 17.9 | 15.42 | 21.77 | - |
| YUV | 112.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 126 | 0 | 0.26 | 0.05 | 0.48 | 312.35 | 0.15 | 0.45 |
| Hex | 85 | 63 | 7E | 0 | 1A | 5 | 30 | 138 | F | 2D |
| Octal | 205 | 143 | 176 | 0 | 32 | 5 | 60 | 470 | 17 | 55 |
| Binary | 10000101 | 1100011 | 1111110 | 0 | 11010 | 101 | 110000 | 100111000 | 1111 | 101101 |
Color Harmonies of #85637E
Complementary color
Monochromatic Colors of #85637E
Black with #85637E
Text Example
Text Example
White with #85637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85637E; }
p { color: rgb(133,99,126); }
H1.HeaderClassName
{
color: #85637E;
}
.AnyTagClassName
{
color: #85637E;
}
</style>
background-color css
<style>
a { background-color: #85637E; }
a { background-color: rgb(133,99,126); }
div.DivClassName
{
background-color: #85637E;
}
.BgClassName
{
background-color: #85637E;
}
</style>
border-color css
<style>
span { border-color: #85637E; }
span { border-color: rgb(133,99,126); }
td.TdClassName
{
border-color: #85637E;
}
.TagClassName
{
border-color: #85637E;
}
</style>