#836B82

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

Shades of Old Lavender #836B82

Tints of Old Lavender #836B82

Color information

#836B82 (or 0x836B82) is unknown color: approx Old Lavender. HEX triplet: 83, 6B and 82. RGB value is (131,107,130). Sum of RGB (Red+Green+Blue) = 131+107+130=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 131 - color contains mainly: red. Hex color #836B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836B82 is #7C947D. Grayscale: #747474. Windows color (decimal): -8164478 or 8547203. OLE color: 8547203.

HSL color Cylindrical-coordinate representation of color #836B82: hue angle of 302.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 #836B82 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB131107130-
CMYK00.180.010.49
HSL302.5º10.08%46.67%-
HSV(B)302.5º18.32%51.37%-
XYZ18.6516.9523.41-
YUV116.8135.45138.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 107 (42.19% from 255) = 29.08%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=35.60%
G=29.08%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110713000.180.010.49302.510.0846.67
Hex836B8201213112fa2f
Octal2031532020221614571257
Binary1000001111010111000001001001011100011001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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