Shades of Old Lavender #86637E
Tints of Old Lavender #86637E
RGB
CMYK
RGB Variations
Color information
#86637E (or 0x86637E) is known color: Old Lavender. HEX triplet: 86, 63 and 7E. RGB value is (134,99,126). Sum of RGB (Red+Green+Blue) = 134+99+126=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86637E is #799C81. Grayscale: #707070. Windows color (decimal): -7969922 or 8283014. OLE color: 8283014.
HSL color Cylindrical-coordinate representation of color #86637E: hue angle of 313.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86637E is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 126 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.47 |
| HSL | 313.71º | 0.15% | 0.46% | - |
| HSV(B) | 313.71º | 0.26% | 0.53% | - |
| XYZ | 18.06 | 15.5 | 21.78 | - |
| YUV | 112.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 126 | 0 | 0.26 | 0.06 | 0.47 | 313.71 | 0.15 | 0.46 |
| Hex | 86 | 63 | 7E | 0 | 1A | 6 | 2F | 13A | F | 2E |
| Octal | 206 | 143 | 176 | 0 | 32 | 6 | 57 | 472 | 17 | 56 |
| Binary | 10000110 | 1100011 | 1111110 | 0 | 11010 | 110 | 101111 | 100111010 | 1111 | 101110 |
Color Harmonies of #86637E
Complementary color
Monochromatic Colors of #86637E
Black with #86637E
Text Example
Text Example
White with #86637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86637E; }
p { color: rgb(134,99,126); }
H1.HeaderClassName
{
color: #86637E;
}
.AnyTagClassName
{
color: #86637E;
}
</style>
background-color css
<style>
a { background-color: #86637E; }
a { background-color: rgb(134,99,126); }
div.DivClassName
{
background-color: #86637E;
}
.BgClassName
{
background-color: #86637E;
}
</style>
border-color css
<style>
span { border-color: #86637E; }
span { border-color: rgb(134,99,126); }
td.TdClassName
{
border-color: #86637E;
}
.TagClassName
{
border-color: #86637E;
}
</style>