#815876

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

Shades of Old Lavender #815876

Tints of Old Lavender #815876

Color information

#815876 (or 0x815876) is unknown color: approx Old Lavender. HEX triplet: 81, 58 and 76. RGB value is (129,88,118). Sum of RGB (Red+Green+Blue) = 129+88+118=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #815876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815876 is #7EA789. Grayscale: #676767. Windows color (decimal): -8300426 or 7755905. OLE color: 7755905.

HSL color Cylindrical-coordinate representation of color #815876: hue angle of 316.1º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #815876 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB12988118-
CMYK00.320.090.49
HSL316.1º18.89%42.55%-
HSV(B)316.1º31.78%50.59%-
XYZ15.8112.9518.81-
YUV103.68136.08146.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.51%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=38.51%
G=26.27%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298811800.320.090.49316.118.8942.55
Hex81587602093113c132b
Octal20113016604011614742353
Binary10000001101100011101100100000100111000110011110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815876; }

 p { color: rgb(129,88,118); }

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

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

 a { background-color: rgb(129,88,118); }

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

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

 span { border-color: rgb(129,88,118); }

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