#836C82

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

Shades of Old Lavender #836C82

Tints of Old Lavender #836C82

Color information

#836C82 (or 0x836C82) is unknown color: approx Old Lavender. HEX triplet: 83, 6C and 82. RGB value is (131,108,130). Sum of RGB (Red+Green+Blue) = 131+108+130=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 131 - color contains mainly: red. Hex color #836C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836C82 is #7C937D. Grayscale: #757575. Windows color (decimal): -8164222 or 8547459. OLE color: 8547459.

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

Color convert

RGB131108130-
CMYK00.180.010.49
HSL302.61º9.62%46.86%-
HSV(B)302.61º17.56%51.37%-
XYZ18.7517.1623.44-
YUV117.38135.12137.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=35.50%
G=29.27%
B=35.23%

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
Decimal13110813000.180.010.49302.619.6246.86
Hex836C8201213112fa2f
Octal2031542020221614571257
Binary1000001111011001000001001001011100011001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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