Shades of Old Lavender #85607B
Tints of Old Lavender #85607B
RGB
CMYK
RGB Variations
Color information
#85607B (or 0x85607B) is known color: Old Lavender. HEX triplet: 85, 60 and 7B. RGB value is (133,96,123). Sum of RGB (Red+Green+Blue) = 133+96+123=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #85607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607B is #7A9F84. Grayscale: #6E6E6E. Windows color (decimal): -8036229 or 8085637. OLE color: 8085637.
HSL color Cylindrical-coordinate representation of color #85607B: hue angle of 316.22º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85607B is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 123 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.48 |
| HSL | 316.22º | 0.16% | 0.45% | - |
| HSV(B) | 316.22º | 0.28% | 0.52% | - |
| XYZ | 17.43 | 14.78 | 20.67 | - |
| YUV | 110.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 123 | 0 | 0.28 | 0.08 | 0.48 | 316.22 | 0.16 | 0.45 |
| Hex | 85 | 60 | 7B | 0 | 1C | 8 | 30 | 13C | 10 | 2D |
| Octal | 205 | 140 | 173 | 0 | 34 | 10 | 60 | 474 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1111011 | 0 | 11100 | 1000 | 110000 | 100111100 | 10000 | 101101 |
Color Harmonies of #85607B
Complementary color
Monochromatic Colors of #85607B
Black with #85607B
Text Example
Text Example
White with #85607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85607B; }
p { color: rgb(133,96,123); }
H1.HeaderClassName
{
color: #85607B;
}
.AnyTagClassName
{
color: #85607B;
}
</style>
background-color css
<style>
a { background-color: #85607B; }
a { background-color: rgb(133,96,123); }
div.DivClassName
{
background-color: #85607B;
}
.BgClassName
{
background-color: #85607B;
}
</style>
border-color css
<style>
span { border-color: #85607B; }
span { border-color: rgb(133,96,123); }
td.TdClassName
{
border-color: #85607B;
}
.TagClassName
{
border-color: #85607B;
}
</style>