#806980

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

Shades of Old Lavender #806980

Tints of Old Lavender #806980

Color information

#806980 (or 0x806980) is unknown color: approx Old Lavender. HEX triplet: 80, 69 and 80. RGB value is (128,105,128). Sum of RGB (Red+Green+Blue) = 128+105+128=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #806980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806980 is #7F967F. Grayscale: #727272. Windows color (decimal): -8361600 or 8415616. OLE color: 8415616.

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

Color convert

RGB128105128-
CMYK00.1800.50
HSL300º9.87%45.69%-
HSV(B)300º17.97%50.2%-
XYZ17.8516.2522.62-
YUV114.5135.62137.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=35.46%
G=29.09%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810512800.1800.503009.8745.69
Hex80698001203212ca2e
Octal2001512000220624541256
Binary1000000011010011000000001001001100101001011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806980; }

 p { color: rgb(128,105,128); }

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

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

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

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

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

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

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