#815774

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

Shades of Old Lavender #815774

Tints of Old Lavender #815774

Color information

#815774 (or 0x815774) is unknown color: approx Old Lavender. HEX triplet: 81, 57 and 74. RGB value is (129,87,116). Sum of RGB (Red+Green+Blue) = 129+87+116=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #815774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815774 is #7EA88B. Grayscale: #666666. Windows color (decimal): -8300684 or 7624577. OLE color: 7624577.

HSL color Cylindrical-coordinate representation of color #815774: hue angle of 318.57º 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 #815774 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB12987116-
CMYK00.330.100.49
HSL318.57º19.44%42.35%-
HSV(B)318.57º32.56%50.59%-
XYZ15.6112.7418.16-
YUV102.86135.41146.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=38.86%
G=26.20%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298711600.330.100.49318.5719.4442.35
Hex815774021A3113f132a
Octal20112716404112614772352
Binary10000001101011111101000100001101011000110011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815774; }

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

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

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

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

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

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

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

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