#81657D

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

Shades of Old Lavender #81657D

Tints of Old Lavender #81657D

Color information

#81657D (or 0x81657D) is unknown color: approx Old Lavender. HEX triplet: 81, 65 and 7D. RGB value is (129,101,125). Sum of RGB (Red+Green+Blue) = 129+101+125=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 129 - color contains mainly: red. Hex color #81657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81657D is #7E9A82. Grayscale: #707070. Windows color (decimal): -8297091 or 8217985. OLE color: 8217985.

HSL color Cylindrical-coordinate representation of color #81657D: hue angle of 308.57º 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 #81657D is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB129101125-
CMYK00.220.030.49
HSL308.57º12.17%45.1%-
HSV(B)308.57º21.71%50.59%-
XYZ17.4115.4621.47-
YUV112.11135.28140.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=36.34%
G=28.45%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910112500.220.030.49308.5712.1745.1
Hex81657D016331135c2d
Octal2011451750263614651455
Binary1000000111001011111101010110111100011001101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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