#81657C

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

Shades of Old Lavender #81657C

Tints of Old Lavender #81657C

Color information

#81657C (or 0x81657C) is unknown color: approx Old Lavender. HEX triplet: 81, 65 and 7C. RGB value is (129,101,124). Sum of RGB (Red+Green+Blue) = 129+101+124=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81657C is #7E9A83. Grayscale: #6F6F6F. Windows color (decimal): -8297092 or 8152449. OLE color: 8152449.

HSL color Cylindrical-coordinate representation of color #81657C: hue angle of 310.71º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81657C is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB129101124-
CMYK00.220.040.49
HSL310.71º12.17%45.1%-
HSV(B)310.71º21.71%50.59%-
XYZ17.3515.4321.13-
YUV111.99134.78140.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.44%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=36.44%
G=28.53%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910112400.220.040.49310.7112.1745.1
Hex81657C016431137c2d
Octal2011451740264614671455
Binary10000001110010111111000101101001100011001101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,101,124); }

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

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

 a { background-color: rgb(129,101,124); }

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

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

 span { border-color: rgb(129,101,124); }

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