#9C7EAA

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

Shades of Ce Soir #9C7EAA

Tints of Ce Soir #9C7EAA

Color information

#9C7EAA (or 0x9C7EAA) is unknown color: approx Ce Soir. HEX triplet: 9C, 7E and AA. RGB value is (156,126,170). Sum of RGB (Red+Green+Blue) = 156+126+170=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7EAA is #638155. Grayscale: #8B8B8B. Windows color (decimal): -6521174 or 11173532. OLE color: 11173532.

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

Color convert

RGB156126170-
CMYK0.080.2600.33
HSL280.91º20.56%58.04%-
HSV(B)280.91º25.88%66.67%-
XYZ28.4324.8941.34-
YUV139.99144.94139.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=34.51%
G=27.88%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561261700.080.2600.33280.9120.5658.04
Hex9C7EAA81A021119153a
Octal23417625210320414312572
Binary10011100111111010101010100011010010000110001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,170); }

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

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

 a { background-color: rgb(156,126,170); }

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

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

 span { border-color: rgb(156,126,170); }

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