#836B80

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

Shades of Old Lavender #836B80

Tints of Old Lavender #836B80

Color information

#836B80 (or 0x836B80) is unknown color: approx Old Lavender. HEX triplet: 83, 6B and 80. RGB value is (131,107,128). Sum of RGB (Red+Green+Blue) = 131+107+128=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 131 - color contains mainly: red. Hex color #836B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B80 is #7C947F. Grayscale: #747474. Windows color (decimal): -8164480 or 8416131. OLE color: 8416131.

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

Color convert

RGB131107128-
CMYK00.180.020.49
HSL307.5º10.08%46.67%-
HSV(B)307.5º18.32%51.37%-
XYZ18.5116.922.71-
YUV116.57134.45138.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 107 (42.19% from 255) = 29.23%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=35.79%
G=29.23%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110712800.180.020.49307.510.0846.67
Hex836B80012231134a2f
Octal2031532000222614641257
Binary10000011110101110000000010010101100011001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,128); }

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

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

 a { background-color: rgb(131,107,128); }

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

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

 span { border-color: rgb(131,107,128); }

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