#847285

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

Shades of Old Lavender #847285

Tints of Old Lavender #847285

Color information

#847285 (or 0x847285) is unknown color: approx Old Lavender. HEX triplet: 84, 72 and 85. RGB value is (132,114,133). Sum of RGB (Red+Green+Blue) = 132+114+133=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 133 - color contains mainly: blue. Hex color #847285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847285 is #7B8D7A. Grayscale: #797979. Windows color (decimal): -8097147 or 8745604. OLE color: 8745604.

HSL color Cylindrical-coordinate representation of color #847285: hue angle of 296.84º 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 #847285 is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB132114133-
CMYK0.010.1400.48
HSL296.84º7.69%48.43%-
HSV(B)296.84º14.29%52.16%-
XYZ19.7718.6324.75-
YUV121.55134.46135.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.83%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 133 (52.34% from 255) = 35.09%
R=34.83%
G=30.08%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321141330.010.1400.48296.847.6948.43
Hex8472851E030129830
Octal2041622051160604511060
Binary100001001110010100001011111001100001001010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847285; }

 p { color: rgb(132,114,133); }

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

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

 a { background-color: rgb(132,114,133); }

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

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

 span { border-color: rgb(132,114,133); }

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