#9E7AAA

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

Shades of Ce Soir #9E7AAA

Tints of Ce Soir #9E7AAA

Color information

#9E7AAA (or 0x9E7AAA) is unknown color: approx Ce Soir. HEX triplet: 9E, 7A and AA. RGB value is (158,122,170). Sum of RGB (Red+Green+Blue) = 158+122+170=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 170 - color contains mainly: blue. Hex color #9E7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7AAA is #618555. Grayscale: #8A8A8A. Windows color (decimal): -6391126 or 11172510. OLE color: 11172510.

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

Color convert

RGB158122170-
CMYK0.070.2800.33
HSL285º22.02%57.25%-
HSV(B)285º28.24%66.67%-
XYZ28.3224.0941.19-
YUV138.24145.93142.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.11%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=35.11%
G=27.11%
B=37.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581221700.070.2800.3328522.0257.25
Hex9E7AAA71C02111d1639
Octal2361722527340414352671
Binary1001111011110101010101011111100010000110001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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