#805975

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

Shades of Old Lavender #805975

Tints of Old Lavender #805975

Color information

#805975 (or 0x805975) is unknown color: approx Old Lavender. HEX triplet: 80, 59 and 75. RGB value is (128,89,117). Sum of RGB (Red+Green+Blue) = 128+89+117=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #805975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805975 is #7FA68A. Grayscale: #676767. Windows color (decimal): -8365707 or 7690624. OLE color: 7690624.

HSL color Cylindrical-coordinate representation of color #805975: hue angle of 316.92º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805975 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB12889117-
CMYK00.300.090.50
HSL316.92º17.97%42.55%-
HSV(B)316.92º30.47%50.2%-
XYZ15.6913.0218.52-
YUV103.85135.42145.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.32%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 117 (46.09% from 255) = 35.03%
R=38.32%
G=26.65%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288911700.300.090.50316.9217.9742.55
Hex80597501E93213d122b
Octal20013116503611624752253
Binary1000000010110011110101011110100111001010011110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805975; }

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

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

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

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

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

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

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

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