#9E7BAE

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

Shades of Ce Soir #9E7BAE

Tints of Ce Soir #9E7BAE

Color information

#9E7BAE (or 0x9E7BAE) is unknown color: approx Ce Soir. HEX triplet: 9E, 7B and AE. RGB value is (158,123,174). Sum of RGB (Red+Green+Blue) = 158+123+174=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAE is #618451. Grayscale: #8B8B8B. Windows color (decimal): -6390866 or 11434910. OLE color: 11434910.

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

Color convert

RGB158123174-
CMYK0.090.2900.32
HSL281.18º23.94%58.24%-
HSV(B)281.18º29.31%68.24%-
XYZ28.8224.4943.25-
YUV139.28147.6141.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=34.73%
G=27.03%
B=38.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581231740.090.2900.32281.1823.9458.24
Hex9E7BAE91D020119183a
Octal23617325611350404313072
Binary10011110111101110101110100111101010000010001100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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