#9E7AA9

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

Shades of Ce Soir #9E7AA9

Tints of Ce Soir #9E7AA9

Color information

#9E7AA9 (or 0x9E7AA9) is unknown color: approx Ce Soir. HEX triplet: 9E, 7A and A9. RGB value is (158,122,169). Sum of RGB (Red+Green+Blue) = 158+122+169=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E7AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AA9 is #618556. Grayscale: #898989. Windows color (decimal): -6391127 or 11106974. OLE color: 11106974.

HSL color Cylindrical-coordinate representation of color #9E7AA9: hue angle of 285.96º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7AA9 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB158122169-
CMYK0.070.2800.34
HSL285.96º21.46%57.06%-
HSV(B)285.96º27.81%66.27%-
XYZ28.2224.0540.69-
YUV138.12145.43142.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.19%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=35.19%
G=27.17%
B=37.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1581221690.070.2800.34285.9621.4657.06
Hex9E7AA971C02211e1539
Octal2361722517340424362571
Binary1001111011110101010100111111100010001010001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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