#9E7AAB

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

Shades of Ce Soir #9E7AAB

Tints of Ce Soir #9E7AAB

Color information

#9E7AAB (or 0x9E7AAB) is unknown color: approx Ce Soir. HEX triplet: 9E, 7A and AB. RGB value is (158,122,171). Sum of RGB (Red+Green+Blue) = 158+122+171=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAB is #618554. Grayscale: #8A8A8A. Windows color (decimal): -6391125 or 11238046. OLE color: 11238046.

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

Color convert

RGB158122171-
CMYK0.080.2900.33
HSL284.08º22.58%57.45%-
HSV(B)284.08º28.65%67.06%-
XYZ28.4124.1341.69-
YUV138.35146.43142.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=35.03%
G=27.05%
B=37.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581221710.080.2900.33284.0822.5857.45
Hex9E7AAB81D02111c1739
Octal23617225310350414342771
Binary10011110111101010101011100011101010000110001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,171); }

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

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

 a { background-color: rgb(158,122,171); }

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

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

 span { border-color: rgb(158,122,171); }

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