#9E77AE

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

Shades of Ce Soir #9E77AE

Tints of Ce Soir #9E77AE

Color information

#9E77AE (or 0x9E77AE) is unknown color: approx Ce Soir. HEX triplet: 9E, 77 and AE. RGB value is (158,119,174). Sum of RGB (Red+Green+Blue) = 158+119+174=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E77AE is #618851. Grayscale: #888888. Windows color (decimal): -6391890 or 11433886. OLE color: 11433886.

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

Color convert

RGB158119174-
CMYK0.090.3200.32
HSL282.55º25.35%57.45%-
HSV(B)282.55º31.61%68.24%-
XYZ28.3423.5243.09-
YUV136.93148.92143.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=35.03%
G=26.39%
B=38.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581191740.090.3200.32282.5525.3557.45
Hex9E77AE92002011b1939
Octal23616725611400404333171
Binary100111101110111101011101001100000010000010001101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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