#805875

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

Shades of Old Lavender #805875

Tints of Old Lavender #805875

Color information

#805875 (or 0x805875) is unknown color: approx Old Lavender. HEX triplet: 80, 58 and 75. RGB value is (128,88,117). Sum of RGB (Red+Green+Blue) = 128+88+117=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #805875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805875 is #7FA78A. Grayscale: #676767. Windows color (decimal): -8365963 or 7690368. OLE color: 7690368.

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

Color convert

RGB12888117-
CMYK00.310.090.50
HSL316.5º18.52%42.35%-
HSV(B)316.5º31.25%50.2%-
XYZ15.612.8518.49-
YUV103.27135.75145.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=38.44%
G=26.43%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288811700.310.090.50316.518.5242.35
Hex80587501F93213c132a
Octal20013016503711624742352
Binary1000000010110001110101011111100111001010011110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805875; }

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

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

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

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

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

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

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

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