#855E7A

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

Shades of Old Lavender #855E7A

Tints of Old Lavender #855E7A

Color information

#855E7A (or 0x855E7A) is unknown color: approx Old Lavender. HEX triplet: 85, 5E and 7A. RGB value is (133,94,122). Sum of RGB (Red+Green+Blue) = 133+94+122=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #855E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855E7A is #7AA185. Grayscale: #6C6C6C. Windows color (decimal): -8036742 or 8019589. OLE color: 8019589.

HSL color Cylindrical-coordinate representation of color #855E7A: hue angle of 316.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E7A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13394122-
CMYK00.290.080.48
HSL316.92º17.18%44.51%-
HSV(B)316.92º29.32%52.16%-
XYZ17.1914.420.29-
YUV108.85135.42145.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 122 (48.05% from 255) = 34.96%
R=38.11%
G=26.93%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339412200.290.080.48316.9217.1844.51
Hex855E7A01D83013d112d
Octal20513617203510604752155
Binary1000010110111101111010011101100011000010011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855E7A; }

 p { color: rgb(133,94,122); }

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

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

 a { background-color: rgb(133,94,122); }

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

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

 span { border-color: rgb(133,94,122); }

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