#84637D

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

Shades of Old Lavender #84637D

Tints of Old Lavender #84637D

Color information

#84637D (or 0x84637D) is unknown color: approx Old Lavender. HEX triplet: 84, 63 and 7D. RGB value is (132,99,125). Sum of RGB (Red+Green+Blue) = 132+99+125=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84637D is #7B9C82. Grayscale: #6F6F6F. Windows color (decimal): -8100995 or 8217476. OLE color: 8217476.

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

Color convert

RGB13299125-
CMYK00.250.050.48
HSL312.73º14.29%45.29%-
HSV(B)312.73º25%51.76%-
XYZ17.6815.3121.43-
YUV111.83135.43142.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=37.08%
G=27.81%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329912500.250.050.48312.7314.2945.29
Hex84637D019530139e2d
Octal2041431750315604711655
Binary10000100110001111111010110011011100001001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84637D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,99,125); }

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

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

 a { background-color: rgb(132,99,125); }

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

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

 span { border-color: rgb(132,99,125); }

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