Shades of Old Lavender #83607A
Tints of Old Lavender #83607A
RGB
CMYK
RGB Variations
Color information
#83607A (or 0x83607A) is known color: Old Lavender. HEX triplet: 83, 60 and 7A. RGB value is (131,96,122). Sum of RGB (Red+Green+Blue) = 131+96+122=349 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.54% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 131 - color contains mainly: red. Hex color #83607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83607A is #7C9F85. Grayscale: #6D6D6D. Windows color (decimal): -8167302 or 8020099. OLE color: 8020099.
HSL color Cylindrical-coordinate representation of color #83607A: hue angle of 315.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83607A is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 96 | 122 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.49 |
| HSL | 315.43º | 0.15% | 0.45% | - |
| HSV(B) | 315.43º | 0.27% | 0.51% | - |
| XYZ | 17.06 | 14.6 | 20.33 | - |
| YUV | 109.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 96 | 122 | 0 | 0.27 | 0.07 | 0.49 | 315.43 | 0.15 | 0.45 |
| Hex | 83 | 60 | 7A | 0 | 1B | 7 | 31 | 13B | F | 2D |
| Octal | 203 | 140 | 172 | 0 | 33 | 7 | 61 | 473 | 17 | 55 |
| Binary | 10000011 | 1100000 | 1111010 | 0 | 11011 | 111 | 110001 | 100111011 | 1111 | 101101 |
Color Harmonies of #83607A
Complementary color
Monochromatic Colors of #83607A
Black with #83607A
Text Example
Text Example
White with #83607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83607A; }
p { color: rgb(131,96,122); }
H1.HeaderClassName
{
color: #83607A;
}
.AnyTagClassName
{
color: #83607A;
}
</style>
background-color css
<style>
a { background-color: #83607A; }
a { background-color: rgb(131,96,122); }
div.DivClassName
{
background-color: #83607A;
}
.BgClassName
{
background-color: #83607A;
}
</style>
border-color css
<style>
span { border-color: #83607A; }
span { border-color: rgb(131,96,122); }
td.TdClassName
{
border-color: #83607A;
}
.TagClassName
{
border-color: #83607A;
}
</style>