#805873

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

Shades of Old Lavender #805873

Tints of Old Lavender #805873

Color information

#805873 (or 0x805873) is unknown color: approx Old Lavender. HEX triplet: 80, 58 and 73. RGB value is (128,88,115). Sum of RGB (Red+Green+Blue) = 128+88+115=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #805873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805873 is #7FA78C. Grayscale: #666666. Windows color (decimal): -8365965 or 7559296. OLE color: 7559296.

HSL color Cylindrical-coordinate representation of color #805873: hue angle of 319.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 #805873 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB12888115-
CMYK00.310.100.50
HSL319.5º18.52%42.35%-
HSV(B)319.5º31.25%50.2%-
XYZ15.4912.8117.88-
YUV103.04134.75145.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=38.67%
G=26.59%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288811500.310.100.50319.518.5242.35
Hex80587301FA32140132a
Octal20013016303712625002352
Binary1000000010110001110011011111101011001010100000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805873; }

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

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

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

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

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

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

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

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