#847082

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

Shades of Old Lavender #847082

Tints of Old Lavender #847082

Color information

#847082 (or 0x847082) is unknown color: approx Old Lavender. HEX triplet: 84, 70 and 82. RGB value is (132,112,130). Sum of RGB (Red+Green+Blue) = 132+112+130=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 132 - color contains mainly: red. Hex color #847082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847082 is #7B8F7D. Grayscale: #777777. Windows color (decimal): -8097662 or 8548484. OLE color: 8548484.

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

Color convert

RGB132112130-
CMYK00.150.020.48
HSL306º8.2%47.84%-
HSV(B)306º15.15%51.76%-
XYZ19.3418.1123.59-
YUV120.03133.63136.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=35.29%
G=29.95%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211213000.150.020.483068.247.84
Hex8470820F230132830
Octal2041602020172604621060
Binary1000010011100001000001001111101100001001100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847082; }

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

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

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

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

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

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

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

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