#8C6EAE

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

Shades of Ce Soir #8C6EAE

Tints of Ce Soir #8C6EAE

Color information

#8C6EAE (or 0x8C6EAE) is unknown color: approx Ce Soir. HEX triplet: 8C, 6E and AE. RGB value is (140,110,174). Sum of RGB (Red+Green+Blue) = 140+110+174=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6EAE is #739151. Grayscale: #7E7E7E. Windows color (decimal): -7573842 or 11431564. OLE color: 11431564.

HSL color Cylindrical-coordinate representation of color #8C6EAE: hue angle of 268.12º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6EAE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB140110174-
CMYK0.200.3700.32
HSL268.12º28.32%55.69%-
HSV(B)268.12º36.78%68.24%-
XYZ24.0319.7842.6-
YUV126.27154.94137.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 110 (43.36% from 255) = 25.94%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=33.02%
G=25.94%
B=41.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401101740.200.3700.32268.1228.3255.69
Hex8C6EAE142502010c1c38
Octal21415625624450404143470
Binary1000110011011101010111010100100101010000010000110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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