#8C6DA5

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

Shades of Ce Soir #8C6DA5

Tints of Ce Soir #8C6DA5

Color information

#8C6DA5 (or 0x8C6DA5) is unknown color: approx Ce Soir. HEX triplet: 8C, 6D and A5. RGB value is (140,109,165). Sum of RGB (Red+Green+Blue) = 140+109+165=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C6DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6DA5 is #73925A. Grayscale: #7C7C7C. Windows color (decimal): -7574107 or 10841484. OLE color: 10841484.

HSL color Cylindrical-coordinate representation of color #8C6DA5: hue angle of 273.21º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6DA5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB140109165-
CMYK0.150.3400.35
HSL273.21º23.73%53.73%-
HSV(B)273.21º33.94%64.71%-
XYZ23.0819.2338.09-
YUV124.65150.77138.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.82%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=33.82%
G=26.33%
B=39.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401091650.150.3400.35273.2123.7353.73
Hex8C6DA5F220231111836
Octal21415524517420434213066
Binary100011001101101101001011111100010010001110001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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