#9E7DAD

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

Shades of Ce Soir #9E7DAD

Tints of Ce Soir #9E7DAD

Color information

#9E7DAD (or 0x9E7DAD) is unknown color: approx Ce Soir. HEX triplet: 9E, 7D and AD. RGB value is (158,125,173). Sum of RGB (Red+Green+Blue) = 158+125+173=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7DAD is #618252. Grayscale: #8C8C8C. Windows color (decimal): -6390355 or 11369886. OLE color: 11369886.

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

Color convert

RGB158125173-
CMYK0.090.2800.32
HSL281.25º22.64%58.43%-
HSV(B)281.25º27.75%67.84%-
XYZ28.9824.9542.82-
YUV140.34146.43140.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=34.65%
G=27.41%
B=37.94%

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
Decimal1581251730.090.2800.32281.2522.6458.43
Hex9E7DAD91C020119173a
Octal23617525511340404312772
Binary10011110111110110101101100111100010000010001100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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