#837081

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

Shades of Old Lavender #837081

Tints of Old Lavender #837081

Color information

#837081 (or 0x837081) is unknown color: approx Old Lavender. HEX triplet: 83, 70 and 81. RGB value is (131,112,129). Sum of RGB (Red+Green+Blue) = 131+112+129=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 131 - color contains mainly: red. Hex color #837081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837081 is #7C8F7E. Grayscale: #777777. Windows color (decimal): -8163199 or 8482947. OLE color: 8482947.

HSL color Cylindrical-coordinate representation of color #837081: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #837081 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB131112129-
CMYK00.150.020.49
HSL306.32º7.82%47.65%-
HSV(B)306.32º14.5%51.37%-
XYZ19.121823.24-
YUV119.62133.29136.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 129 (50.78% from 255) = 34.68%
R=35.22%
G=30.11%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111212900.150.020.49306.327.8247.65
Hex8370810F231132830
Octal2031602010172614621060
Binary1000001111100001000000101111101100011001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837081; }

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

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

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

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

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

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

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

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