#85607C

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

Shades of Old Lavender #85607C

Tints of Old Lavender #85607C

Color information

#85607C (or 0x85607C) is unknown color: approx Old Lavender. HEX triplet: 85, 60 and 7C. RGB value is (133,96,124). Sum of RGB (Red+Green+Blue) = 133+96+124=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #85607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607C is #7A9F83. Grayscale: #6E6E6E. Windows color (decimal): -8036228 or 8151173. OLE color: 8151173.

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

Color convert

RGB13396124-
CMYK00.280.070.48
HSL314.59º16.16%44.9%-
HSV(B)314.59º27.82%52.16%-
XYZ17.4914.8121-
YUV110.26135.76144.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=37.68%
G=27.20%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1339612400.280.070.48314.5916.1644.9
Hex85607C01C73013b102d
Octal2051401740347604732055
Binary100001011100000111110001110011111000010011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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