#835775

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

Shades of Old Lavender #835775

Tints of Old Lavender #835775

Color information

#835775 (or 0x835775) is unknown color: approx Old Lavender. HEX triplet: 83, 57 and 75. RGB value is (131,87,117). Sum of RGB (Red+Green+Blue) = 131+87+117=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #835775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835775 is #7CA88A. Grayscale: #676767. Windows color (decimal): -8169611 or 7690115. OLE color: 7690115.

HSL color Cylindrical-coordinate representation of color #835775: hue angle of 319.09º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835775 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB13187117-
CMYK00.340.110.49
HSL319.09º20.18%42.75%-
HSV(B)319.09º33.59%51.37%-
XYZ15.9812.9318.48-
YUV103.58135.58147.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 87 (34.38% from 255) = 25.97%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=39.10%
G=25.97%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318711700.340.110.49319.0920.1842.75
Hex835775022B3113f142b
Octal20312716504213614772453
Binary10000011101011111101010100010101111000110011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835775; }

 p { color: rgb(131,87,117); }

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

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

 a { background-color: rgb(131,87,117); }

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

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

 span { border-color: rgb(131,87,117); }

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