#847182

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

Shades of Old Lavender #847182

Tints of Old Lavender #847182

Color information

#847182 (or 0x847182) is unknown color: approx Old Lavender. HEX triplet: 84, 71 and 82. RGB value is (132,113,130). Sum of RGB (Red+Green+Blue) = 132+113+130=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #847182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847182 is #7B8E7D. Grayscale: #787878. Windows color (decimal): -8097406 or 8548740. OLE color: 8548740.

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

Color convert

RGB132113130-
CMYK00.140.020.48
HSL306.32º7.76%48.04%-
HSV(B)306.32º14.39%51.76%-
XYZ19.4518.3323.63-
YUV120.62133.29136.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=35.2%
G=30.13%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211313000.140.020.48306.327.7648.04
Hex8471820E230132830
Octal2041612020162604621060
Binary1000010011100011000001001110101100001001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847182; }

 p { color: rgb(132,113,130); }

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

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

 a { background-color: rgb(132,113,130); }

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

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

 span { border-color: rgb(132,113,130); }

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