Shades of Old Lavender #81627C
Tints of Old Lavender #81627C
RGB
CMYK
RGB Variations
Color information
#81627C (or 0x81627C) is known color: Old Lavender. HEX triplet: 81, 62 and 7C. RGB value is (129,98,124). Sum of RGB (Red+Green+Blue) = 129+98+124=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 129 - color contains mainly: red. Hex color #81627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81627C is #7E9D83. Grayscale: #6E6E6E. Windows color (decimal): -8297860 or 8151681. OLE color: 8151681.
HSL color Cylindrical-coordinate representation of color #81627C: hue angle of 309.68º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #81627C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 98 | 124 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.49 |
| HSL | 309.68º | 0.14% | 0.45% | - |
| HSV(B) | 309.68º | 0.24% | 0.51% | - |
| XYZ | 17.06 | 14.86 | 21.04 | - |
| YUV | 110.23 | 135.77 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 124 | 0 | 0.24 | 0.04 | 0.49 | 309.68 | 0.14 | 0.45 |
| Hex | 81 | 62 | 7C | 0 | 18 | 4 | 31 | 136 | E | 2D |
| Octal | 201 | 142 | 174 | 0 | 30 | 4 | 61 | 466 | 16 | 55 |
| Binary | 10000001 | 1100010 | 1111100 | 0 | 11000 | 100 | 110001 | 100110110 | 1110 | 101101 |
Color Harmonies of #81627C
Complementary color
Monochromatic Colors of #81627C
Black with #81627C
Text Example
Text Example
White with #81627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81627C; }
p { color: rgb(129,98,124); }
H1.HeaderClassName
{
color: #81627C;
}
.AnyTagClassName
{
color: #81627C;
}
</style>
background-color css
<style>
a { background-color: #81627C; }
a { background-color: rgb(129,98,124); }
div.DivClassName
{
background-color: #81627C;
}
.BgClassName
{
background-color: #81627C;
}
</style>
border-color css
<style>
span { border-color: #81627C; }
span { border-color: rgb(129,98,124); }
td.TdClassName
{
border-color: #81627C;
}
.TagClassName
{
border-color: #81627C;
}
</style>