#9E78AC

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

Shades of Ce Soir #9E78AC

Tints of Ce Soir #9E78AC

Color information

#9E78AC (or 0x9E78AC) is unknown color: approx Ce Soir. HEX triplet: 9E, 78 and AC. RGB value is (158,120,172). Sum of RGB (Red+Green+Blue) = 158+120+172=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E78AC is #618753. Grayscale: #898989. Windows color (decimal): -6391636 or 11303070. OLE color: 11303070.

HSL color Cylindrical-coordinate representation of color #9E78AC: hue angle of 283.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E78AC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158120172-
CMYK0.080.3000.33
HSL283.85º23.85%57.25%-
HSV(B)283.85º30.23%67.45%-
XYZ28.2623.6842.11-
YUV137.29147.59142.77-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=35.11%
G=26.67%
B=38.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581201720.080.3000.33283.8523.8557.25
Hex9E78AC81E02111c1839
Octal23617025410360414343071
Binary10011110111100010101100100011110010000110001110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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