#835D78

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

Shades of Old Lavender #835D78

Tints of Old Lavender #835D78

Color information

#835D78 (or 0x835D78) is unknown color: approx Old Lavender. HEX triplet: 83, 5D and 78. RGB value is (131,93,120). Sum of RGB (Red+Green+Blue) = 131+93+120=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 120 (47.27% from 255 or 34.88% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #835D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835D78 is #7CA287. Grayscale: #6B6B6B. Windows color (decimal): -8168072 or 7888259. OLE color: 7888259.

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

Color convert

RGB13193120-
CMYK00.290.080.49
HSL317.37º16.96%43.92%-
HSV(B)317.37º29.01%51.37%-
XYZ16.6614.0119.6-
YUV107.44135.09144.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 93 (36.72% from 255) = 27.03%
BLUE value IS 120 (47.27% from 255) = 34.88%
R=38.08%
G=27.03%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319312000.290.080.49317.3716.9643.92
Hex835D7801D83113d112c
Octal20313517003510614752154
Binary1000001110111011111000011101100011000110011110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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