#84667F

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

Shades of Old Lavender #84667F

Tints of Old Lavender #84667F

Color information

#84667F (or 0x84667F) is unknown color: approx Old Lavender. HEX triplet: 84, 66 and 7F. RGB value is (132,102,127). Sum of RGB (Red+Green+Blue) = 132+102+127=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 132 - color contains mainly: red. Hex color #84667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667F is #7B9980. Grayscale: #717171. Windows color (decimal): -8100225 or 8349316. OLE color: 8349316.

HSL color Cylindrical-coordinate representation of color #84667F: hue angle of 310º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #84667F is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB132102127-
CMYK00.230.040.48
HSL310º12.82%45.88%-
HSV(B)310º22.73%51.76%-
XYZ18.115.9422.2-
YUV113.82135.44140.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.57%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 127 (50% from 255) = 35.18%
R=36.57%
G=28.25%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210212700.230.040.4831012.8245.88
Hex84667F017430136d2e
Octal2041461770274604661556
Binary10000100110011011111110101111001100001001101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84667F; }

 p { color: rgb(132,102,127); }

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

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

 a { background-color: rgb(132,102,127); }

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

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

 span { border-color: rgb(132,102,127); }

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