#8C6199

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

Shades of Ce Soir #8C6199

Tints of Ce Soir #8C6199

Color information

#8C6199 (or 0x8C6199) is unknown color: approx Ce Soir. HEX triplet: 8C, 61 and 99. RGB value is (140,97,153). Sum of RGB (Red+Green+Blue) = 140+97+153=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6199 is #739E66. Grayscale: #747474. Windows color (decimal): -7577191 or 10051980. OLE color: 10051980.

HSL color Cylindrical-coordinate representation of color #8C6199: hue angle of 286.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6199 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14097153-
CMYK0.080.3700.4
HSL286.07º22.4%49.02%-
HSV(B)286.07º36.6%60%-
XYZ20.8416.4232.21-
YUV116.24148.75144.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.90%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=35.90%
G=24.87%
B=39.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal140971530.080.3700.4286.0722.449.02
Hex8C619982502811e1631
Octal21414123110450504362661
Binary100011001100001100110011000100101010100010001111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,97,153); }

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

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

 a { background-color: rgb(140,97,153); }

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

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

 span { border-color: rgb(140,97,153); }

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