#836E81

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

Shades of Old Lavender #836E81

Tints of Old Lavender #836E81

Color information

#836E81 (or 0x836E81) is unknown color: approx Old Lavender. HEX triplet: 83, 6E and 81. RGB value is (131,110,129). Sum of RGB (Red+Green+Blue) = 131+110+129=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 131 - color contains mainly: red. Hex color #836E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E81 is #7C917E. Grayscale: #767676. Windows color (decimal): -8163711 or 8482435. OLE color: 8482435.

HSL color Cylindrical-coordinate representation of color #836E81: hue angle of 305.71º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #836E81 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131110129-
CMYK00.160.020.49
HSL305.71º8.71%47.25%-
HSV(B)305.71º16.03%51.37%-
XYZ18.917.5623.16-
YUV118.44133.96136.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.41%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 129 (50.78% from 255) = 34.86%
R=35.41%
G=29.73%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111012900.160.020.49305.718.7147.25
Hex836E8101023113292f
Octal2031562010202614621157
Binary10000011110111010000001010000101100011001100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836E81; }

 p { color: rgb(131,110,129); }

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

<style>
 a { background-color: #836E81; }

 a { background-color: rgb(131,110,129); }

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

<style>
 span { border-color: #836E81; }

 span { border-color: rgb(131,110,129); }

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