#847083

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

Shades of Old Lavender #847083

Tints of Old Lavender #847083

Color information

#847083 (or 0x847083) is unknown color: approx Old Lavender. HEX triplet: 84, 70 and 83. RGB value is (132,112,131). Sum of RGB (Red+Green+Blue) = 132+112+131=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 132 - color contains mainly: red. Hex color #847083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847083 is #7B8F7C. Grayscale: #787878. Windows color (decimal): -8097661 or 8614020. OLE color: 8614020.

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

Color convert

RGB132112131-
CMYK00.150.010.48
HSL303º8.2%47.84%-
HSV(B)303º15.15%51.76%-
XYZ19.4118.1323.95-
YUV120.15134.13136.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 131 (51.56% from 255) = 34.93%
R=35.2%
G=29.87%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13211213100.150.010.483038.247.84
Hex8470830F13012f830
Octal2041602030171604571060
Binary100001001110000100000110111111100001001011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847083; }

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

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

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

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

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

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

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

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