#84667D

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

Shades of Old Lavender #84667D

Tints of Old Lavender #84667D

Color information

#84667D (or 0x84667D) is unknown color: approx Old Lavender. HEX triplet: 84, 66 and 7D. RGB value is (132,102,125). Sum of RGB (Red+Green+Blue) = 132+102+125=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84667D is #7B9982. Grayscale: #717171. Windows color (decimal): -8100227 or 8218244. OLE color: 8218244.

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

Color convert

RGB132102125-
CMYK00.230.050.48
HSL314º12.82%45.88%-
HSV(B)314º22.73%51.76%-
XYZ17.9715.8921.52-
YUV113.59134.44141.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 102 (40.23% from 255) = 28.41%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=36.77%
G=28.41%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210212500.230.050.4831412.8245.88
Hex84667D01753013ad2e
Octal2041461750275604721556
Binary10000100110011011111010101111011100001001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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