#8D629C

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

Shades of Ce Soir #8D629C

Tints of Ce Soir #8D629C

Color information

#8D629C (or 0x8D629C) is unknown color: approx Ce Soir. HEX triplet: 8D, 62 and 9C. RGB value is (141,98,156). Sum of RGB (Red+Green+Blue) = 141+98+156=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D629C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D629C is #729D63. Grayscale: #757575. Windows color (decimal): -7511396 or 10248845. OLE color: 10248845.

HSL color Cylindrical-coordinate representation of color #8D629C: hue angle of 284.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D629C is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14198156-
CMYK0.100.3700.39
HSL284.48º22.83%49.8%-
HSV(B)284.48º37.18%61.18%-
XYZ21.3516.833.57-
YUV117.47149.75144.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=35.70%
G=24.81%
B=39.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal141981560.100.3700.39284.4822.8349.8
Hex8D629CA2502711c1732
Octal21514223412450474342762
Binary100011011100010100111001010100101010011110001110010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,156); }

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

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

 a { background-color: rgb(141,98,156); }

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

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

 span { border-color: rgb(141,98,156); }

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