#8C669D

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

Shades of Ce Soir #8C669D

Tints of Ce Soir #8C669D

Color information

#8C669D (or 0x8C669D) is unknown color: approx Ce Soir. HEX triplet: 8C, 66 and 9D. RGB value is (140,102,157). Sum of RGB (Red+Green+Blue) = 140+102+157=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #8C669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C669D is #739962. Grayscale: #777777. Windows color (decimal): -7575907 or 10315404. OLE color: 10315404.

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

Color convert

RGB140102157-
CMYK0.110.3500.38
HSL281.45º21.91%50.78%-
HSV(B)281.45º35.03%61.57%-
XYZ21.6517.5134.14-
YUV119.63149.09142.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.09%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=35.09%
G=25.56%
B=39.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401021570.110.3500.38281.4521.9150.78
Hex8C669DB230261191633
Octal21414623513430464312663
Binary100011001100110100111011011100011010011010001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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