Shades of Old Lavender #85627C
Tints of Old Lavender #85627C
RGB
CMYK
RGB Variations
Color information
#85627C (or 0x85627C) is known color: Old Lavender. HEX triplet: 85, 62 and 7C. RGB value is (133,98,124). Sum of RGB (Red+Green+Blue) = 133+98+124=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85627C is #7A9D83. Grayscale: #6F6F6F. Windows color (decimal): -8035716 or 8151685. OLE color: 8151685.
HSL color Cylindrical-coordinate representation of color #85627C: hue angle of 315.43º 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 #85627C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 98 | 124 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.48 |
| HSL | 315.43º | 0.15% | 0.45% | - |
| HSV(B) | 315.43º | 0.26% | 0.52% | - |
| XYZ | 17.68 | 15.18 | 21.07 | - |
| YUV | 111.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 124 | 0 | 0.26 | 0.07 | 0.48 | 315.43 | 0.15 | 0.45 |
| Hex | 85 | 62 | 7C | 0 | 1A | 7 | 30 | 13B | F | 2D |
| Octal | 205 | 142 | 174 | 0 | 32 | 7 | 60 | 473 | 17 | 55 |
| Binary | 10000101 | 1100010 | 1111100 | 0 | 11010 | 111 | 110000 | 100111011 | 1111 | 101101 |
Color Harmonies of #85627C
Complementary color
Monochromatic Colors of #85627C
Black with #85627C
Text Example
Text Example
White with #85627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85627C; }
p { color: rgb(133,98,124); }
H1.HeaderClassName
{
color: #85627C;
}
.AnyTagClassName
{
color: #85627C;
}
</style>
background-color css
<style>
a { background-color: #85627C; }
a { background-color: rgb(133,98,124); }
div.DivClassName
{
background-color: #85627C;
}
.BgClassName
{
background-color: #85627C;
}
</style>
border-color css
<style>
span { border-color: #85627C; }
span { border-color: rgb(133,98,124); }
td.TdClassName
{
border-color: #85627C;
}
.TagClassName
{
border-color: #85627C;
}
</style>