#846C83

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

Shades of Old Lavender #846C83

Tints of Old Lavender #846C83

Color information

#846C83 (or 0x846C83) is unknown color: approx Old Lavender. HEX triplet: 84, 6C and 83. RGB value is (132,108,131). Sum of RGB (Red+Green+Blue) = 132+108+131=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 132 - color contains mainly: red. Hex color #846C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846C83 is #7B937C. Grayscale: #757575. Windows color (decimal): -8098685 or 8612996. OLE color: 8612996.

HSL color Cylindrical-coordinate representation of color #846C83: hue angle of 302.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846C83 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132108131-
CMYK00.180.010.48
HSL302.5º10%47.06%-
HSV(B)302.5º18.18%51.76%-
XYZ18.9817.2723.81-
YUV117.8135.45138.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 108 (42.58% from 255) = 29.11%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=35.58%
G=29.11%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210813100.180.010.48302.51047.06
Hex846C8301213012fa2f
Octal2041542030221604571257
Binary1000010011011001000001101001011100001001011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846C83; }

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

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

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

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

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

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

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

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