#83649A

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

Shades of Ce Soir #83649A

Tints of Ce Soir #83649A

Color information

#83649A (or 0x83649A) is unknown color: approx Ce Soir. HEX triplet: 83, 64 and 9A. RGB value is (131,100,154). Sum of RGB (Red+Green+Blue) = 131+100+154=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #83649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83649A is #7C9B65. Grayscale: #737373. Windows color (decimal): -8166246 or 10118275. OLE color: 10118275.

HSL color Cylindrical-coordinate representation of color #83649A: hue angle of 274.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83649A is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131100154-
CMYK0.150.3500.40
HSL274.44º21.26%49.8%-
HSV(B)274.44º35.06%60.39%-
XYZ19.7516.2732.67-
YUV115.42149.77139.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 154 (60.55% from 255) = 40%
R=34.03%
G=25.97%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311001540.150.3500.40274.4421.2649.8
Hex83649AF230281121532
Octal20314423217430504222562
Binary100000111100100100110101111100011010100010001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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