#8C669F

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

Shades of Ce Soir #8C669F

Tints of Ce Soir #8C669F

Color information

#8C669F (or 0x8C669F) is unknown color: approx Ce Soir. HEX triplet: 8C, 66 and 9F. RGB value is (140,102,159). Sum of RGB (Red+Green+Blue) = 140+102+159=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C669F is #739960. Grayscale: #777777. Windows color (decimal): -7575905 or 10446476. OLE color: 10446476.

HSL color Cylindrical-coordinate representation of color #8C669F: hue angle of 280º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C669F is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB140102159-
CMYK0.120.3600.38
HSL280º22.89%51.18%-
HSV(B)280º35.85%62.35%-
XYZ21.8217.5835.04-
YUV119.86150.09142.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.91%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=34.91%
G=25.44%
B=39.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401021590.120.3600.3828022.8951.18
Hex8C669FC240261181733
Octal21414623714440464302763
Binary100011001100110100111111100100100010011010001100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,159); }

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

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

 a { background-color: rgb(140,102,159); }

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

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

 span { border-color: rgb(140,102,159); }

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