#83627C

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

Shades of Old Lavender #83627C

Tints of Old Lavender #83627C

Color information

#83627C (or 0x83627C) is unknown color: approx Old Lavender. HEX triplet: 83, 62 and 7C. RGB value is (131,98,124). Sum of RGB (Red+Green+Blue) = 131+98+124=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 131 - color contains mainly: red. Hex color #83627C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627C is #7C9D83. Grayscale: #6E6E6E. Windows color (decimal): -8166788 or 8151683. OLE color: 8151683.

HSL color Cylindrical-coordinate representation of color #83627C: hue angle of 312.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #83627C is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13198124-
CMYK00.250.050.49
HSL312.73º14.41%44.9%-
HSV(B)312.73º25.19%51.37%-
XYZ17.3715.0221.05-
YUV110.83135.43142.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.11%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=37.11%
G=27.76%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319812400.250.050.49312.7314.4144.9
Hex83627C019531139e2d
Octal2031421740315614711655
Binary10000011110001011111000110011011100011001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83627C; }

 p { color: rgb(131,98,124); }

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

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

 a { background-color: rgb(131,98,124); }

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

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

 span { border-color: rgb(131,98,124); }

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