#83627D

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

Shades of Old Lavender #83627D

Tints of Old Lavender #83627D

Color information

#83627D (or 0x83627D) is unknown color: approx Old Lavender. HEX triplet: 83, 62 and 7D. RGB value is (131,98,125). Sum of RGB (Red+Green+Blue) = 131+98+125=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83627D is #7C9D82. Grayscale: #6E6E6E. Windows color (decimal): -8166787 or 8217219. OLE color: 8217219.

HSL color Cylindrical-coordinate representation of color #83627D: hue angle of 310.91º 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 #83627D is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB13198125-
CMYK00.250.050.49
HSL310.91º14.41%44.9%-
HSV(B)310.91º25.19%51.37%-
XYZ17.4315.0421.39-
YUV110.94135.93142.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 98 (38.67% from 255) = 27.68%
BLUE value IS 125 (49.22% from 255) = 35.31%
R=37.01%
G=27.68%
B=35.31%

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
Decimal1319812500.250.050.49310.9114.4144.9
Hex83627D019531137e2d
Octal2031421750315614671655
Binary10000011110001011111010110011011100011001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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