Shades of Old Lavender #8A7589
Tints of Old Lavender #8A7589
RGB
CMYK
RGB Variations
Color information
#8A7589 (or 0x8A7589) is known color: Old Lavender. HEX triplet: 8A, 75 and 89. RGB value is (138,117,137). Sum of RGB (Red+Green+Blue) = 138+117+137=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7589 is #758A76. Grayscale: #7D7D7D. Windows color (decimal): -7703159 or 9008522. OLE color: 9008522.
HSL color Cylindrical-coordinate representation of color #8A7589: hue angle of 302.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7589 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 117 | 137 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.46 |
| HSL | 302.86º | 0.08% | 0.5% | - |
| HSV(B) | 302.86º | 0.15% | 0.54% | - |
| XYZ | 21.36 | 19.93 | 26.39 | - |
| YUV | 125.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 117 | 137 | 0 | 0.15 | 0.01 | 0.46 | 302.86 | 0.08 | 0.5 |
| Hex | 8A | 75 | 89 | 0 | F | 1 | 2E | 12F | 8 | 32 |
| Octal | 212 | 165 | 211 | 0 | 17 | 1 | 56 | 457 | 10 | 62 |
| Binary | 10001010 | 1110101 | 10001001 | 0 | 1111 | 1 | 101110 | 100101111 | 1000 | 110010 |
Color Harmonies of #8A7589
Complementary color
Monochromatic Colors of #8A7589
Black with #8A7589
Text Example
Text Example
White with #8A7589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7589; }
p { color: rgb(138,117,137); }
H1.HeaderClassName
{
color: #8A7589;
}
.AnyTagClassName
{
color: #8A7589;
}
</style>
background-color css
<style>
a { background-color: #8A7589; }
a { background-color: rgb(138,117,137); }
div.DivClassName
{
background-color: #8A7589;
}
.BgClassName
{
background-color: #8A7589;
}
</style>
border-color css
<style>
span { border-color: #8A7589; }
span { border-color: rgb(138,117,137); }
td.TdClassName
{
border-color: #8A7589;
}
.TagClassName
{
border-color: #8A7589;
}
</style>