#835C78

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

Shades of Old Lavender #835C78

Tints of Old Lavender #835C78

Color information

#835C78 (or 0x835C78) is unknown color: approx Old Lavender. HEX triplet: 83, 5C and 78. RGB value is (131,92,120). Sum of RGB (Red+Green+Blue) = 131+92+120=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 131 - color contains mainly: red. Hex color #835C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C78 is #7CA387. Grayscale: #6A6A6A. Windows color (decimal): -8168328 or 7888003. OLE color: 7888003.

HSL color Cylindrical-coordinate representation of color #835C78: hue angle of 316.92º 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 #835C78 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB13192120-
CMYK00.300.080.49
HSL316.92º17.49%43.73%-
HSV(B)316.92º29.77%51.37%-
XYZ16.5813.8419.57-
YUV106.85135.42145.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=38.19%
G=26.82%
B=34.99%

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
Decimal1319212000.300.080.49316.9217.4943.73
Hex835C7801E83113d112c
Octal20313417003610614752154
Binary1000001110111001111000011110100011000110011110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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