#8C6D9B

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

Shades of Ce Soir #8C6D9B

Tints of Ce Soir #8C6D9B

Color information

#8C6D9B (or 0x8C6D9B) is unknown color: approx Ce Soir. HEX triplet: 8C, 6D and 9B. RGB value is (140,109,155). Sum of RGB (Red+Green+Blue) = 140+109+155=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6D9B is #739264. Grayscale: #7B7B7B. Windows color (decimal): -7574117 or 10186124. OLE color: 10186124.

HSL color Cylindrical-coordinate representation of color #8C6D9B: hue angle of 280.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6D9B is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB140109155-
CMYK0.100.3000.39
HSL280.43º18.7%51.76%-
HSV(B)280.43º29.68%60.78%-
XYZ22.218.8833.48-
YUV123.51145.77139.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.65%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 155 (60.94% from 255) = 38.37%
R=34.65%
G=26.98%
B=38.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401091550.100.3000.39280.4318.751.76
Hex8C6D9BA1E0271181334
Octal21415523312360474302364
Binary10001100110110110011011101011110010011110001100010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,155); }

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

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

 a { background-color: rgb(140,109,155); }

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

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

 span { border-color: rgb(140,109,155); }

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