Shades of Old Lavender #81677D
Tints of Old Lavender #81677D
RGB
CMYK
RGB Variations
Color information
#81677D (or 0x81677D) is known color: Old Lavender. HEX triplet: 81, 67 and 7D. RGB value is (129,103,125). Sum of RGB (Red+Green+Blue) = 129+103+125=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677D is #7E9882. Grayscale: #717171. Windows color (decimal): -8296579 or 8218497. OLE color: 8218497.
HSL color Cylindrical-coordinate representation of color #81677D: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81677D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 103 | 125 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.49 |
| HSL | 309.23º | 0.11% | 0.45% | - |
| HSV(B) | 309.23º | 0.2% | 0.51% | - |
| XYZ | 17.61 | 15.85 | 21.53 | - |
| YUV | 113.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 103 | 125 | 0 | 0.20 | 0.03 | 0.49 | 309.23 | 0.11 | 0.45 |
| Hex | 81 | 67 | 7D | 0 | 14 | 3 | 31 | 135 | B | 2D |
| Octal | 201 | 147 | 175 | 0 | 24 | 3 | 61 | 465 | 13 | 55 |
| Binary | 10000001 | 1100111 | 1111101 | 0 | 10100 | 11 | 110001 | 100110101 | 1011 | 101101 |
Color Harmonies of #81677D
Complementary color
Monochromatic Colors of #81677D
Black with #81677D
Text Example
Text Example
White with #81677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81677D; }
p { color: rgb(129,103,125); }
H1.HeaderClassName
{
color: #81677D;
}
.AnyTagClassName
{
color: #81677D;
}
</style>
background-color css
<style>
a { background-color: #81677D; }
a { background-color: rgb(129,103,125); }
div.DivClassName
{
background-color: #81677D;
}
.BgClassName
{
background-color: #81677D;
}
</style>
border-color css
<style>
span { border-color: #81677D; }
span { border-color: rgb(129,103,125); }
td.TdClassName
{
border-color: #81677D;
}
.TagClassName
{
border-color: #81677D;
}
</style>