#8C6697

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

Shades of Ce Soir #8C6697

Tints of Ce Soir #8C6697

Color information

#8C6697 (or 0x8C6697) is unknown color: approx Ce Soir. HEX triplet: 8C, 66 and 97. RGB value is (140,102,151). Sum of RGB (Red+Green+Blue) = 140+102+151=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 151 - color contains mainly: blue. Hex color #8C6697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6697 is #739968. Grayscale: #767676. Windows color (decimal): -7575913 or 9922188. OLE color: 9922188.

HSL color Cylindrical-coordinate representation of color #8C6697: hue angle of 286.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C6697 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB140102151-
CMYK0.070.3200.41
HSL286.53º19.37%49.61%-
HSV(B)286.53º32.45%59.22%-
XYZ21.1517.3131.5-
YUV118.95146.09143.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.62%
GREEN value IS 102 (40.23% from 255) = 25.95%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=35.62%
G=25.95%
B=38.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401021510.070.3200.41286.5319.3749.61
Hex8C669772002911f1332
Octal2141462277400514372362
Binary10001100110011010010111111100000010100110001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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