#84649C

Color #84649C Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #84649C

Tints of Ce Soir #84649C

Color information

#84649C (or 0x84649C) is unknown color: approx Ce Soir. HEX triplet: 84, 64 and 9C. RGB value is (132,100,156). Sum of RGB (Red+Green+Blue) = 132+100+156=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #84649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84649C is #7B9B63. Grayscale: #737373. Windows color (decimal): -8100708 or 10249348. OLE color: 10249348.

HSL color Cylindrical-coordinate representation of color #84649C: hue angle of 274.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84649C is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132100156-
CMYK0.150.3600.39
HSL274.29º22.05%50.2%-
HSV(B)274.29º35.9%61.18%-
XYZ20.0716.4233.56-
YUV115.95150.6139.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=34.02%
G=25.77%
B=40.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321001560.150.3600.39274.2922.0550.2
Hex84649CF240271121632
Octal20414423417440474222662
Binary100001001100100100111001111100100010011110001001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84649C; }

 p { color: rgb(132,100,156); }

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

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

 a { background-color: rgb(132,100,156); }

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

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

 span { border-color: rgb(132,100,156); }

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