#9E77AC

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

Shades of Ce Soir #9E77AC

Tints of Ce Soir #9E77AC

Color information

#9E77AC (or 0x9E77AC) is unknown color: approx Ce Soir. HEX triplet: 9E, 77 and AC. RGB value is (158,119,172). Sum of RGB (Red+Green+Blue) = 158+119+172=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E77AC is #618853. Grayscale: #888888. Windows color (decimal): -6391892 or 11302814. OLE color: 11302814.

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

Color convert

RGB158119172-
CMYK0.080.3100.33
HSL284.15º24.2%57.06%-
HSV(B)284.15º30.81%67.45%-
XYZ28.1423.4442.07-
YUV136.7147.92143.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=35.19%
G=26.50%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581191720.080.3100.33284.1524.257.06
Hex9E77AC81F02111c1839
Octal23616725410370414343071
Binary10011110111011110101100100011111010000110001110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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