Shades of Old Lavender #83677F
Tints of Old Lavender #83677F
RGB
CMYK
RGB Variations
Color information
#83677F (or 0x83677F) is known color: Old Lavender. HEX triplet: 83, 67 and 7F. RGB value is (131,103,127). Sum of RGB (Red+Green+Blue) = 131+103+127=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 131 - color contains mainly: red. Hex color #83677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83677F is #7C9880. Grayscale: #727272. Windows color (decimal): -8165505 or 8349571. OLE color: 8349571.
HSL color Cylindrical-coordinate representation of color #83677F: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83677F is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 103 | 127 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.49 |
| HSL | 308.57º | 0.12% | 0.46% | - |
| HSV(B) | 308.57º | 0.21% | 0.51% | - |
| XYZ | 18.04 | 16.06 | 22.23 | - |
| YUV | 114.11 | 135.28 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 103 | 127 | 0 | 0.21 | 0.03 | 0.49 | 308.57 | 0.12 | 0.46 |
| Hex | 83 | 67 | 7F | 0 | 15 | 3 | 31 | 135 | C | 2E |
| Octal | 203 | 147 | 177 | 0 | 25 | 3 | 61 | 465 | 14 | 56 |
| Binary | 10000011 | 1100111 | 1111111 | 0 | 10101 | 11 | 110001 | 100110101 | 1100 | 101110 |
Color Harmonies of #83677F
Complementary color
Monochromatic Colors of #83677F
Black with #83677F
Text Example
Text Example
White with #83677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83677F; }
p { color: rgb(131,103,127); }
H1.HeaderClassName
{
color: #83677F;
}
.AnyTagClassName
{
color: #83677F;
}
</style>
background-color css
<style>
a { background-color: #83677F; }
a { background-color: rgb(131,103,127); }
div.DivClassName
{
background-color: #83677F;
}
.BgClassName
{
background-color: #83677F;
}
</style>
border-color css
<style>
span { border-color: #83677F; }
span { border-color: rgb(131,103,127); }
td.TdClassName
{
border-color: #83677F;
}
.TagClassName
{
border-color: #83677F;
}
</style>