#837382

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

Shades of Old Lavender #837382

Tints of Old Lavender #837382

Color information

#837382 (or 0x837382) is unknown color: approx Old Lavender. HEX triplet: 83, 73 and 82. RGB value is (131,115,130). Sum of RGB (Red+Green+Blue) = 131+115+130=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 131 - color contains mainly: red. Hex color #837382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837382 is #7C8C7D. Grayscale: #797979. Windows color (decimal): -8162430 or 8549251. OLE color: 8549251.

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

Color convert

RGB131115130-
CMYK00.120.010.49
HSL303.75º6.5%48.24%-
HSV(B)303.75º12.21%51.37%-
XYZ19.5218.723.7-
YUV121.49132.8134.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=34.84%
G=30.59%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111513000.120.010.49303.756.548.24
Hex8373820C131130730
Octal203163202014161460760
Binary10000011111001110000010011001110001100110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837382; }

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

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

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

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

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

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

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

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