#8C6D9D

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

Shades of Ce Soir #8C6D9D

Tints of Ce Soir #8C6D9D

Color information

#8C6D9D (or 0x8C6D9D) is unknown color: approx Ce Soir. HEX triplet: 8C, 6D and 9D. RGB value is (140,109,157). Sum of RGB (Red+Green+Blue) = 140+109+157=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C6D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6D9D is #739262. Grayscale: #7B7B7B. Windows color (decimal): -7574115 or 10317196. OLE color: 10317196.

HSL color Cylindrical-coordinate representation of color #8C6D9D: hue angle of 278.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6D9D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140109157-
CMYK0.110.3100.38
HSL278.75º19.67%52.16%-
HSV(B)278.75º30.57%61.57%-
XYZ22.3718.9534.38-
YUV123.74146.77139.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.48%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=34.48%
G=26.85%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401091570.110.3100.38278.7519.6752.16
Hex8C6D9DB1F0261171434
Octal21415523513370464272464
Binary10001100110110110011101101111111010011010001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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