#9E78AA

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

Shades of Ce Soir #9E78AA

Tints of Ce Soir #9E78AA

Color information

#9E78AA (or 0x9E78AA) is unknown color: approx Ce Soir. HEX triplet: 9E, 78 and AA. RGB value is (158,120,170). Sum of RGB (Red+Green+Blue) = 158+120+170=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AA is #618755. Grayscale: #888888. Windows color (decimal): -6391638 or 11171998. OLE color: 11171998.

HSL color Cylindrical-coordinate representation of color #9E78AA: hue angle of 285.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E78AA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158120170-
CMYK0.070.2900.33
HSL285.6º22.73%56.86%-
HSV(B)285.6º29.41%66.67%-
XYZ28.0723.641.11-
YUV137.06146.59142.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.27%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=35.27%
G=26.79%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581201700.070.2900.33285.622.7356.86
Hex9E78AA71D02111e1739
Octal2361702527350414362771
Binary1001111011110001010101011111101010000110001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,120,170); }

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

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

 a { background-color: rgb(158,120,170); }

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

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

 span { border-color: rgb(158,120,170); }

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