#84647D

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

Shades of Old Lavender #84647D

Tints of Old Lavender #84647D

Color information

#84647D (or 0x84647D) is unknown color: approx Old Lavender. HEX triplet: 84, 64 and 7D. RGB value is (132,100,125). Sum of RGB (Red+Green+Blue) = 132+100+125=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #84647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84647D is #7B9B82. Grayscale: #707070. Windows color (decimal): -8100739 or 8217732. OLE color: 8217732.

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

Color convert

RGB132100125-
CMYK00.240.050.48
HSL313.12º13.79%45.49%-
HSV(B)313.12º24.24%51.76%-
XYZ17.7715.521.46-
YUV112.42135.1141.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=36.97%
G=28.01%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210012500.240.050.48313.1213.7945.49
Hex84647D018530139e2d
Octal2041441750305604711655
Binary10000100110010011111010110001011100001001110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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