#8C6496

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

Shades of Ce Soir #8C6496

Tints of Ce Soir #8C6496

Color information

#8C6496 (or 0x8C6496) is unknown color: approx Ce Soir. HEX triplet: 8C, 64 and 96. RGB value is (140,100,150). Sum of RGB (Red+Green+Blue) = 140+100+150=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #8C6496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6496 is #739B69. Grayscale: #757575. Windows color (decimal): -7576426 or 9856140. OLE color: 9856140.

HSL color Cylindrical-coordinate representation of color #8C6496: hue angle of 288º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C6496 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB140100150-
CMYK0.070.3300.41
HSL288º20%49.02%-
HSV(B)288º33.33%58.82%-
XYZ20.8816.8931.01-
YUV117.66146.25143.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=35.90%
G=25.64%
B=38.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401001500.070.3300.412882049.02
Hex8C64967210291201431
Octal2141442267410514402461
Binary10001100110010010010110111100001010100110010000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C6496; }

 p { color: rgb(140,100,150); }

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

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

 a { background-color: rgb(140,100,150); }

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

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

 span { border-color: rgb(140,100,150); }

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