#836079

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

Shades of Old Lavender #836079

Tints of Old Lavender #836079

Color information

#836079 (or 0x836079) is unknown color: approx Old Lavender. HEX triplet: 83, 60 and 79. RGB value is (131,96,121). Sum of RGB (Red+Green+Blue) = 131+96+121=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #836079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836079 is #7C9F86. Grayscale: #6D6D6D. Windows color (decimal): -8167303 or 7954563. OLE color: 7954563.

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

Color convert

RGB13196121-
CMYK00.270.080.49
HSL317.14º15.42%44.51%-
HSV(B)317.14º26.72%51.37%-
XYZ16.9914.5720.01-
YUV109.31134.6143.47-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.64%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 121 (47.66% from 255) = 34.77%
R=37.64%
G=27.59%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319612100.270.080.49317.1415.4244.51
Hex83607901B83113df2d
Octal20314017103310614751755
Binary100000111100000111100101101110001100011001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836079; }

 p { color: rgb(131,96,121); }

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

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

 a { background-color: rgb(131,96,121); }

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

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

 span { border-color: rgb(131,96,121); }

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