Shades of Old Lavender #80607B
Tints of Old Lavender #80607B
RGB
CMYK
RGB Variations
Color information
#80607B (or 0x80607B) is known color: Old Lavender. HEX triplet: 80, 60 and 7B. RGB value is (128,96,123). Sum of RGB (Red+Green+Blue) = 128+96+123=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #80607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80607B is #7F9F84. Grayscale: #6C6C6C. Windows color (decimal): -8363909 or 8085632. OLE color: 8085632.
HSL color Cylindrical-coordinate representation of color #80607B: hue angle of 309.38º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80607B is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 123 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.50 |
| HSL | 309.38º | 0.14% | 0.44% | - |
| HSV(B) | 309.38º | 0.25% | 0.5% | - |
| XYZ | 16.66 | 14.39 | 20.64 | - |
| YUV | 108.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 123 | 0 | 0.25 | 0.04 | 0.50 | 309.38 | 0.14 | 0.44 |
| Hex | 80 | 60 | 7B | 0 | 19 | 4 | 32 | 135 | E | 2C |
| Octal | 200 | 140 | 173 | 0 | 31 | 4 | 62 | 465 | 16 | 54 |
| Binary | 10000000 | 1100000 | 1111011 | 0 | 11001 | 100 | 110010 | 100110101 | 1110 | 101100 |
Color Harmonies of #80607B
Complementary color
Monochromatic Colors of #80607B
Black with #80607B
Text Example
Text Example
White with #80607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80607B; }
p { color: rgb(128,96,123); }
H1.HeaderClassName
{
color: #80607B;
}
.AnyTagClassName
{
color: #80607B;
}
</style>
background-color css
<style>
a { background-color: #80607B; }
a { background-color: rgb(128,96,123); }
div.DivClassName
{
background-color: #80607B;
}
.BgClassName
{
background-color: #80607B;
}
</style>
border-color css
<style>
span { border-color: #80607B; }
span { border-color: rgb(128,96,123); }
td.TdClassName
{
border-color: #80607B;
}
.TagClassName
{
border-color: #80607B;
}
</style>