#83649C

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

Shades of Ce Soir #83649C

Tints of Ce Soir #83649C

Color information

#83649C (or 0x83649C) is unknown color: approx Ce Soir. HEX triplet: 83, 64 and 9C. RGB value is (131,100,156). Sum of RGB (Red+Green+Blue) = 131+100+156=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #83649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83649C is #7C9B63. Grayscale: #737373. Windows color (decimal): -8166244 or 10249347. OLE color: 10249347.

HSL color Cylindrical-coordinate representation of color #83649C: hue angle of 273.21º 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 #83649C is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131100156-
CMYK0.160.3600.39
HSL273.21º22.05%50.2%-
HSV(B)273.21º35.9%61.18%-
XYZ19.9216.3433.56-
YUV115.65150.77138.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=33.85%
G=25.84%
B=40.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311001560.160.3600.39273.2122.0550.2
Hex83649C10240271111632
Octal20314423420440474212662
Binary1000001111001001001110010000100100010011110001000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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