#8C6E9C

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

Shades of Ce Soir #8C6E9C

Tints of Ce Soir #8C6E9C

Color information

#8C6E9C (or 0x8C6E9C) is unknown color: approx Ce Soir. HEX triplet: 8C, 6E and 9C. RGB value is (140,110,156). Sum of RGB (Red+Green+Blue) = 140+110+156=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C6E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6E9C is #739163. Grayscale: #7C7C7C. Windows color (decimal): -7573860 or 10251916. OLE color: 10251916.

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

Color convert

RGB140110156-
CMYK0.100.2900.39
HSL279.13º18.85%52.16%-
HSV(B)279.13º29.49%61.18%-
XYZ22.3919.1333.96-
YUV124.21145.94139.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=34.48%
G=27.09%
B=38.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1401101560.100.2900.39279.1318.8552.16
Hex8C6E9CA1D0271171334
Octal21415623412350474272364
Binary10001100110111010011100101011101010011110001011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,156); }

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

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

 a { background-color: rgb(140,110,156); }

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

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

 span { border-color: rgb(140,110,156); }

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