#806079

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

Shades of Old Lavender #806079

Tints of Old Lavender #806079

Color information

#806079 (or 0x806079) is unknown color: approx Old Lavender. HEX triplet: 80, 60 and 79. RGB value is (128,96,121). Sum of RGB (Red+Green+Blue) = 128+96+121=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #806079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806079 is #7F9F86. Grayscale: #6C6C6C. Windows color (decimal): -8363911 or 7954560. OLE color: 7954560.

HSL color Cylindrical-coordinate representation of color #806079: hue angle of 313.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806079 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB12896121-
CMYK00.250.050.50
HSL313.12º14.29%43.92%-
HSV(B)313.12º25%50.2%-
XYZ16.5414.3419.98-
YUV108.42135.1141.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 121 (47.66% from 255) = 35.07%
R=37.10%
G=27.83%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289612100.250.050.50313.1214.2943.92
Hex806079019532139e2c
Octal2001401710315624711654
Binary10000000110000011110010110011011100101001110011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806079; }

 p { color: rgb(128,96,121); }

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

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

 a { background-color: rgb(128,96,121); }

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

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

 span { border-color: rgb(128,96,121); }

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