#9E68AE

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

Shades of Ce Soir #9E68AE

Tints of Ce Soir #9E68AE

Color information

#9E68AE (or 0x9E68AE) is unknown color: approx Ce Soir. HEX triplet: 9E, 68 and AE. RGB value is (158,104,174). Sum of RGB (Red+Green+Blue) = 158+104+174=436 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.24% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E68AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E68AE is #619751. Grayscale: #7F7F7F. Windows color (decimal): -6395730 or 11430046. OLE color: 11430046.

HSL color Cylindrical-coordinate representation of color #9E68AE: hue angle of 286.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E68AE is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158104174-
CMYK0.090.4000.32
HSL286.29º30.17%54.51%-
HSV(B)286.29º40.23%68.24%-
XYZ26.6920.2342.54-
YUV128.13153.89149.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.24%
GREEN value IS 104 (41.02% from 255) = 23.85%
BLUE value IS 174 (68.36% from 255) = 39.91%
R=36.24%
G=23.85%
B=39.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581041740.090.4000.32286.2930.1754.51
Hex9E68AE92802011e1e37
Octal23615025611500404363667
Binary100111101101000101011101001101000010000010001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E68AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E68AE; }

 p { color: rgb(158,104,174); }

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

<style>
 a { background-color: #9E68AE; }

 a { background-color: rgb(158,104,174); }

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

<style>
 span { border-color: #9E68AE; }

 span { border-color: rgb(158,104,174); }

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