#9E73AC

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

Shades of Ce Soir #9E73AC

Tints of Ce Soir #9E73AC

Color information

#9E73AC (or 0x9E73AC) is unknown color: approx Ce Soir. HEX triplet: 9E, 73 and AC. RGB value is (158,115,172). Sum of RGB (Red+Green+Blue) = 158+115+172=445 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.51% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E73AC is #618C53. Grayscale: #868686. Windows color (decimal): -6392916 or 11301790. OLE color: 11301790.

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

Color convert

RGB158115172-
CMYK0.080.3300.33
HSL285.26º25.56%56.27%-
HSV(B)285.26º33.14%67.45%-
XYZ27.6822.5141.92-
YUV134.35149.25144.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.51%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=35.51%
G=25.84%
B=38.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581151720.080.3300.33285.2625.5656.27
Hex9E73AC82102111d1a38
Octal23616325410410414353270
Binary100111101110011101011001000100001010000110001110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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