#837582

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

Shades of Old Lavender #837582

Tints of Old Lavender #837582

Color information

#837582 (or 0x837582) is unknown color: approx Old Lavender. HEX triplet: 83, 75 and 82. RGB value is (131,117,130). Sum of RGB (Red+Green+Blue) = 131+117+130=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 131 - color contains mainly: red. Hex color #837582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837582 is #7C8A7D. Grayscale: #7A7A7A. Windows color (decimal): -8161918 or 8549763. OLE color: 8549763.

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

Color convert

RGB131117130-
CMYK00.110.010.49
HSL304.29º5.65%48.63%-
HSV(B)304.29º10.69%51.37%-
XYZ19.7519.1623.78-
YUV122.67132.14133.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.66%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 130 (51.17% from 255) = 34.39%
R=34.66%
G=30.95%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111713000.110.010.49304.295.6548.63
Hex8375820B131130631
Octal203165202013161460661
Binary10000011111010110000010010111110001100110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837582; }

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

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

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

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

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

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

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

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