#9E7DAE

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

Shades of Ce Soir #9E7DAE

Tints of Ce Soir #9E7DAE

Color information

#9E7DAE (or 0x9E7DAE) is unknown color: approx Ce Soir. HEX triplet: 9E, 7D and AE. RGB value is (158,125,174). Sum of RGB (Red+Green+Blue) = 158+125+174=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7DAE is #618251. Grayscale: #8C8C8C. Windows color (decimal): -6390354 or 11435422. OLE color: 11435422.

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

Color convert

RGB158125174-
CMYK0.090.2800.32
HSL280.41º23.22%58.63%-
HSV(B)280.41º28.16%68.24%-
XYZ29.0724.9943.34-
YUV140.45146.93140.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 174 (68.36% from 255) = 38.07%
R=34.57%
G=27.35%
B=38.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581251740.090.2800.32280.4123.2258.63
Hex9E7DAE91C020118173b
Octal23617525611340404302773
Binary10011110111110110101110100111100010000010001100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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