Shades of Old Lavender #83627C
Tints of Old Lavender #83627C
RGB
CMYK
RGB Variations
Color information
#83627C (or 0x83627C) is known color: Old Lavender. HEX triplet: 83, 62 and 7C. RGB value is (131,98,124). Sum of RGB (Red+Green+Blue) = 131+98+124=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627C is #7C9D83. Grayscale: #6E6E6E. Windows color (decimal): -8166788 or 8151683. OLE color: 8151683.
HSL color Cylindrical-coordinate representation of color #83627C: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83627C is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 98 | 124 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.49 |
| HSL | 312.73º | 0.14% | 0.45% | - |
| HSV(B) | 312.73º | 0.25% | 0.51% | - |
| XYZ | 17.37 | 15.02 | 21.05 | - |
| YUV | 110.83 | 135.43 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 98 | 124 | 0 | 0.25 | 0.05 | 0.49 | 312.73 | 0.14 | 0.45 |
| Hex | 83 | 62 | 7C | 0 | 19 | 5 | 31 | 139 | E | 2D |
| Octal | 203 | 142 | 174 | 0 | 31 | 5 | 61 | 471 | 16 | 55 |
| Binary | 10000011 | 1100010 | 1111100 | 0 | 11001 | 101 | 110001 | 100111001 | 1110 | 101101 |
Color Harmonies of #83627C
Complementary color
Monochromatic Colors of #83627C
Black with #83627C
Text Example
Text Example
White with #83627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83627C; }
p { color: rgb(131,98,124); }
H1.HeaderClassName
{
color: #83627C;
}
.AnyTagClassName
{
color: #83627C;
}
</style>
background-color css
<style>
a { background-color: #83627C; }
a { background-color: rgb(131,98,124); }
div.DivClassName
{
background-color: #83627C;
}
.BgClassName
{
background-color: #83627C;
}
</style>
border-color css
<style>
span { border-color: #83627C; }
span { border-color: rgb(131,98,124); }
td.TdClassName
{
border-color: #83627C;
}
.TagClassName
{
border-color: #83627C;
}
</style>