Shades of Old Lavender #81667E
Tints of Old Lavender #81667E
RGB
CMYK
RGB Variations
Color information
#81667E (or 0x81667E) is known color: Old Lavender. HEX triplet: 81, 66 and 7E. RGB value is (129,102,126). Sum of RGB (Red+Green+Blue) = 129+102+126=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667E is #7E9981. Grayscale: #707070. Windows color (decimal): -8296834 or 8283777. OLE color: 8283777.
HSL color Cylindrical-coordinate representation of color #81667E: hue angle of 306.67º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81667E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 126 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.49 |
| HSL | 306.67º | 0.12% | 0.45% | - |
| HSV(B) | 306.67º | 0.21% | 0.51% | - |
| XYZ | 17.57 | 15.68 | 21.84 | - |
| YUV | 112.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 126 | 0 | 0.21 | 0.02 | 0.49 | 306.67 | 0.12 | 0.45 |
| Hex | 81 | 66 | 7E | 0 | 15 | 2 | 31 | 133 | C | 2D |
| Octal | 201 | 146 | 176 | 0 | 25 | 2 | 61 | 463 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1111110 | 0 | 10101 | 10 | 110001 | 100110011 | 1100 | 101101 |
Color Harmonies of #81667E
Complementary color
Monochromatic Colors of #81667E
Black with #81667E
Text Example
Text Example
White with #81667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81667E; }
p { color: rgb(129,102,126); }
H1.HeaderClassName
{
color: #81667E;
}
.AnyTagClassName
{
color: #81667E;
}
</style>
background-color css
<style>
a { background-color: #81667E; }
a { background-color: rgb(129,102,126); }
div.DivClassName
{
background-color: #81667E;
}
.BgClassName
{
background-color: #81667E;
}
</style>
border-color css
<style>
span { border-color: #81667E; }
span { border-color: rgb(129,102,126); }
td.TdClassName
{
border-color: #81667E;
}
.TagClassName
{
border-color: #81667E;
}
</style>