#84617A

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

Shades of Old Lavender #84617A

Tints of Old Lavender #84617A

Color information

#84617A (or 0x84617A) is unknown color: approx Old Lavender. HEX triplet: 84, 61 and 7A. RGB value is (132,97,122). Sum of RGB (Red+Green+Blue) = 132+97+122=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #84617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84617A is #7B9E85. Grayscale: #6E6E6E. Windows color (decimal): -8101510 or 8020356. OLE color: 8020356.

HSL color Cylindrical-coordinate representation of color #84617A: hue angle of 317.14º 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 #84617A is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13297122-
CMYK00.270.080.48
HSL317.14º15.28%44.9%-
HSV(B)317.14º26.52%51.76%-
XYZ17.314.8620.37-
YUV110.32134.6143.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=37.61%
G=27.64%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329712200.270.080.48317.1415.2844.9
Hex84617A01B83013df2d
Octal20414117203310604751755
Binary100001001100001111101001101110001100001001111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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