#9E7EAC

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

Shades of Ce Soir #9E7EAC

Tints of Ce Soir #9E7EAC

Color information

#9E7EAC (or 0x9E7EAC) is unknown color: approx Ce Soir. HEX triplet: 9E, 7E and AC. RGB value is (158,126,172). Sum of RGB (Red+Green+Blue) = 158+126+172=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7EAC is #618153. Grayscale: #8C8C8C. Windows color (decimal): -6390100 or 11304606. OLE color: 11304606.

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

Color convert

RGB158126172-
CMYK0.080.2700.33
HSL281.74º21.7%58.43%-
HSV(B)281.74º26.74%67.45%-
XYZ29.0125.1742.36-
YUV140.81145.6140.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=34.65%
G=27.63%
B=37.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581261720.080.2700.33281.7421.758.43
Hex9E7EAC81B02111a163a
Octal23617625410330414322672
Binary10011110111111010101100100011011010000110001101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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