Shades of Old Lavender #81667F
Tints of Old Lavender #81667F
RGB
CMYK
RGB Variations
Color information
#81667F (or 0x81667F) is known color: Old Lavender. HEX triplet: 81, 66 and 7F. RGB value is (129,102,127). Sum of RGB (Red+Green+Blue) = 129+102+127=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 129 - color contains mainly: red. Hex color #81667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81667F is #7E9980. Grayscale: #707070. Windows color (decimal): -8296833 or 8349313. OLE color: 8349313.
HSL color Cylindrical-coordinate representation of color #81667F: hue angle of 304.44º 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 #81667F is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 102 | 127 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.49 |
| HSL | 304.44º | 0.12% | 0.45% | - |
| HSV(B) | 304.44º | 0.21% | 0.51% | - |
| XYZ | 17.64 | 15.7 | 22.18 | - |
| YUV | 112.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 102 | 127 | 0 | 0.21 | 0.02 | 0.49 | 304.44 | 0.12 | 0.45 |
| Hex | 81 | 66 | 7F | 0 | 15 | 2 | 31 | 130 | C | 2D |
| Octal | 201 | 146 | 177 | 0 | 25 | 2 | 61 | 460 | 14 | 55 |
| Binary | 10000001 | 1100110 | 1111111 | 0 | 10101 | 10 | 110001 | 100110000 | 1100 | 101101 |
Color Harmonies of #81667F
Complementary color
Monochromatic Colors of #81667F
Black with #81667F
Text Example
Text Example
White with #81667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81667F; }
p { color: rgb(129,102,127); }
H1.HeaderClassName
{
color: #81667F;
}
.AnyTagClassName
{
color: #81667F;
}
</style>
background-color css
<style>
a { background-color: #81667F; }
a { background-color: rgb(129,102,127); }
div.DivClassName
{
background-color: #81667F;
}
.BgClassName
{
background-color: #81667F;
}
</style>
border-color css
<style>
span { border-color: #81667F; }
span { border-color: rgb(129,102,127); }
td.TdClassName
{
border-color: #81667F;
}
.TagClassName
{
border-color: #81667F;
}
</style>