#805775

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

Shades of Old Lavender #805775

Tints of Old Lavender #805775

Color information

#805775 (or 0x805775) is unknown color: approx Old Lavender. HEX triplet: 80, 57 and 75. RGB value is (128,87,117). Sum of RGB (Red+Green+Blue) = 128+87+117=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #805775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805775 is #7FA88A. Grayscale: #666666. Windows color (decimal): -8366219 or 7690112. OLE color: 7690112.

HSL color Cylindrical-coordinate representation of color #805775: hue angle of 316.1º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805775 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12887117-
CMYK00.320.090.50
HSL316.1º19.07%42.16%-
HSV(B)316.1º32.03%50.2%-
XYZ15.5212.6918.46-
YUV102.68136.08146.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=38.55%
G=26.20%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288711700.320.090.50316.119.0742.16
Hex80577502093213c132a
Octal20012716504011624742352
Binary10000000101011111101010100000100111001010011110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805775; }

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

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

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

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

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

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

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

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