#81697F

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

Shades of Old Lavender #81697F

Tints of Old Lavender #81697F

Color information

#81697F (or 0x81697F) is unknown color: approx Old Lavender. HEX triplet: 81, 69 and 7F. RGB value is (129,105,127). Sum of RGB (Red+Green+Blue) = 129+105+127=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 129 - color contains mainly: red. Hex color #81697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81697F is #7E9680. Grayscale: #727272. Windows color (decimal): -8296065 or 8350081. OLE color: 8350081.

HSL color Cylindrical-coordinate representation of color #81697F: hue angle of 305º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81697F is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB129105127-
CMYK00.190.020.49
HSL305º10.26%45.88%-
HSV(B)305º18.6%50.59%-
XYZ17.9416.322.28-
YUV114.68134.95138.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 127 (50% from 255) = 35.18%
R=35.73%
G=29.09%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910512700.190.020.4930510.2645.88
Hex81697F013231131a2e
Octal2011511770232614611256
Binary1000000111010011111111010011101100011001100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81697F; }

 p { color: rgb(129,105,127); }

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

<style>
 a { background-color: #81697F; }

 a { background-color: rgb(129,105,127); }

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

<style>
 span { border-color: #81697F; }

 span { border-color: rgb(129,105,127); }

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