Shades of Old Lavender #89798A
Tints of Old Lavender #89798A
RGB
CMYK
RGB Variations
Color information
#89798A (or 0x89798A) is known color: Old Lavender. HEX triplet: 89, 79 and 8A. RGB value is (137,121,138). Sum of RGB (Red+Green+Blue) = 137+121+138=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 138 - color contains mainly: blue. Hex color #89798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89798A is #768675. Grayscale: #7F7F7F. Windows color (decimal): -7767670 or 9075081. OLE color: 9075081.
HSL color Cylindrical-coordinate representation of color #89798A: hue angle of 296.47º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89798A is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 138 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.46 |
| HSL | 296.47º | 0.07% | 0.51% | - |
| HSV(B) | 296.47º | 0.12% | 0.54% | - |
| XYZ | 21.74 | 20.83 | 26.92 | - |
| YUV | 127.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 138 | 0.01 | 0.12 | 0 | 0.46 | 296.47 | 0.07 | 0.51 |
| Hex | 89 | 79 | 8A | 1 | C | 0 | 2E | 128 | 7 | 33 |
| Octal | 211 | 171 | 212 | 1 | 14 | 0 | 56 | 450 | 7 | 63 |
| Binary | 10001001 | 1111001 | 10001010 | 1 | 1100 | 0 | 101110 | 100101000 | 111 | 110011 |
Color Harmonies of #89798A
Complementary color
Monochromatic Colors of #89798A
Black with #89798A
Text Example
Text Example
White with #89798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89798A; }
p { color: rgb(137,121,138); }
H1.HeaderClassName
{
color: #89798A;
}
.AnyTagClassName
{
color: #89798A;
}
</style>
background-color css
<style>
a { background-color: #89798A; }
a { background-color: rgb(137,121,138); }
div.DivClassName
{
background-color: #89798A;
}
.BgClassName
{
background-color: #89798A;
}
</style>
border-color css
<style>
span { border-color: #89798A; }
span { border-color: rgb(137,121,138); }
td.TdClassName
{
border-color: #89798A;
}
.TagClassName
{
border-color: #89798A;
}
</style>