Shades of Old Lavender #83667F
Tints of Old Lavender #83667F
RGB
CMYK
RGB Variations
Color information
#83667F (or 0x83667F) is known color: Old Lavender. HEX triplet: 83, 66 and 7F. RGB value is (131,102,127). Sum of RGB (Red+Green+Blue) = 131+102+127=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 131 - color contains mainly: red. Hex color #83667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83667F is #7C9980. Grayscale: #717171. Windows color (decimal): -8165761 or 8349315. OLE color: 8349315.
HSL color Cylindrical-coordinate representation of color #83667F: hue angle of 308.28º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #83667F is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 102 | 127 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.49 |
| HSL | 308.28º | 0.12% | 0.46% | - |
| HSV(B) | 308.28º | 0.22% | 0.51% | - |
| XYZ | 17.94 | 15.86 | 22.19 | - |
| YUV | 113.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 102 | 127 | 0 | 0.22 | 0.03 | 0.49 | 308.28 | 0.12 | 0.46 |
| Hex | 83 | 66 | 7F | 0 | 16 | 3 | 31 | 134 | C | 2E |
| Octal | 203 | 146 | 177 | 0 | 26 | 3 | 61 | 464 | 14 | 56 |
| Binary | 10000011 | 1100110 | 1111111 | 0 | 10110 | 11 | 110001 | 100110100 | 1100 | 101110 |
Color Harmonies of #83667F
Complementary color
Monochromatic Colors of #83667F
Black with #83667F
Text Example
Text Example
White with #83667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83667F; }
p { color: rgb(131,102,127); }
H1.HeaderClassName
{
color: #83667F;
}
.AnyTagClassName
{
color: #83667F;
}
</style>
background-color css
<style>
a { background-color: #83667F; }
a { background-color: rgb(131,102,127); }
div.DivClassName
{
background-color: #83667F;
}
.BgClassName
{
background-color: #83667F;
}
</style>
border-color css
<style>
span { border-color: #83667F; }
span { border-color: rgb(131,102,127); }
td.TdClassName
{
border-color: #83667F;
}
.TagClassName
{
border-color: #83667F;
}
</style>