#81677D

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

Shades of Old Lavender #81677D

Tints of Old Lavender #81677D

Color information

#81677D (or 0x81677D) is unknown color: approx Old Lavender. HEX triplet: 81, 67 and 7D. RGB value is (129,103,125). Sum of RGB (Red+Green+Blue) = 129+103+125=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 129 - color contains mainly: red. Hex color #81677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81677D is #7E9882. Grayscale: #717171. Windows color (decimal): -8296579 or 8218497. OLE color: 8218497.

HSL color Cylindrical-coordinate representation of color #81677D: hue angle of 309.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81677D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB129103125-
CMYK00.200.030.49
HSL309.23º11.21%45.49%-
HSV(B)309.23º20.16%50.59%-
XYZ17.6115.8521.53-
YUV113.28134.61139.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=36.13%
G=28.85%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910312500.200.030.49309.2311.2145.49
Hex81677D014331135b2d
Octal2011471750243614651355
Binary1000000111001111111101010100111100011001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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