#85637C

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

Shades of Old Lavender #85637C

Tints of Old Lavender #85637C

Color information

#85637C (or 0x85637C) is unknown color: approx Old Lavender. HEX triplet: 85, 63 and 7C. RGB value is (133,99,124). Sum of RGB (Red+Green+Blue) = 133+99+124=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85637C is #7A9C83. Grayscale: #6F6F6F. Windows color (decimal): -8035460 or 8151941. OLE color: 8151941.

HSL color Cylindrical-coordinate representation of color #85637C: hue angle of 315.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85637C is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB13399124-
CMYK00.260.070.48
HSL315.88º14.66%45.49%-
HSV(B)315.88º25.56%52.16%-
XYZ17.7715.3721.1-
YUV112.02134.76142.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=37.36%
G=27.81%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339912400.260.070.48315.8814.6645.49
Hex85637C01A73013cf2d
Octal2051431740327604741755
Binary10000101110001111111000110101111100001001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85637C; }

 p { color: rgb(133,99,124); }

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

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

 a { background-color: rgb(133,99,124); }

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

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

 span { border-color: rgb(133,99,124); }

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