#835C79

Color #835C79 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #835C79

Tints of Old Lavender #835C79

Color information

#835C79 (or 0x835C79) is unknown color: approx Old Lavender. HEX triplet: 83, 5C and 79. RGB value is (131,92,121). Sum of RGB (Red+Green+Blue) = 131+92+121=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #835C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C79 is #7CA386. Grayscale: #6A6A6A. Windows color (decimal): -8168327 or 7953539. OLE color: 7953539.

HSL color Cylindrical-coordinate representation of color #835C79: hue angle of 315.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C79 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13192121-
CMYK00.300.080.49
HSL315.38º17.49%43.73%-
HSV(B)315.38º29.77%51.37%-
XYZ16.6413.8619.89-
YUV106.97135.92145.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 121 (47.66% from 255) = 35.17%
R=38.08%
G=26.74%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319212100.300.080.49315.3817.4943.73
Hex835C7901E83113b112c
Octal20313417103610614732154
Binary1000001110111001111001011110100011000110011101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835C79; }

 p { color: rgb(131,92,121); }

 H1.HeaderClassName
 {
   color: #835C79;
 }
 .AnyTagClassName
 {
   color: #835C79;
 }
</style>
background-color css

<style>
 a { background-color: #835C79; }

 a { background-color: rgb(131,92,121); }

 div.DivClassName
 {
   background-color: #835C79;
 }
 .BgClassName
 {
   background-color: #835C79;
 }
</style>
border-color css

<style>
 span { border-color: #835C79; }

 span { border-color: rgb(131,92,121); }

 td.TdClassName
 {
   border-color: #835C79;
 }
 .TagClassName
 {
   border-color: #835C79;
 }
</style>