#815773

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

Shades of Old Lavender #815773

Tints of Old Lavender #815773

Color information

#815773 (or 0x815773) is unknown color: approx Old Lavender. HEX triplet: 81, 57 and 73. RGB value is (129,87,115). Sum of RGB (Red+Green+Blue) = 129+87+115=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815773 is #7EA88C. Grayscale: #666666. Windows color (decimal): -8300685 or 7559041. OLE color: 7559041.

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

Color convert

RGB12987115-
CMYK00.330.110.49
HSL320º19.44%42.35%-
HSV(B)320º32.56%50.59%-
XYZ15.5612.7217.86-
YUV102.75134.91146.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 115 (45.31% from 255) = 34.74%
R=38.97%
G=26.28%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298711500.330.110.4932019.4442.35
Hex815773021B31140132a
Octal20112716304113615002352
Binary10000001101011111100110100001101111000110100000010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815773; }

 p { color: rgb(129,87,115); }

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

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

 a { background-color: rgb(129,87,115); }

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

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

 span { border-color: rgb(129,87,115); }

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