#84617C

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

Shades of Old Lavender #84617C

Tints of Old Lavender #84617C

Color information

#84617C (or 0x84617C) is unknown color: approx Old Lavender. HEX triplet: 84, 61 and 7C. RGB value is (132,97,124). Sum of RGB (Red+Green+Blue) = 132+97+124=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 132 - color contains mainly: red. Hex color #84617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617C is #7B9E83. Grayscale: #6E6E6E. Windows color (decimal): -8101508 or 8151428. OLE color: 8151428.

HSL color Cylindrical-coordinate representation of color #84617C: hue angle of 313.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84617C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13297124-
CMYK00.270.060.48
HSL313.71º15.28%44.9%-
HSV(B)313.71º26.52%51.76%-
XYZ17.4314.9121.03-
YUV110.54135.6143.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=37.39%
G=27.48%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329712400.270.060.48313.7115.2844.9
Hex84617C01B63013af2d
Octal2041411740336604721755
Binary10000100110000111111000110111101100001001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84617C; }

 p { color: rgb(132,97,124); }

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

<style>
 a { background-color: #84617C; }

 a { background-color: rgb(132,97,124); }

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

<style>
 span { border-color: #84617C; }

 span { border-color: rgb(132,97,124); }

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