#9C7AA9

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

Shades of Ce Soir #9C7AA9

Tints of Ce Soir #9C7AA9

Color information

#9C7AA9 (or 0x9C7AA9) is unknown color: approx Ce Soir. HEX triplet: 9C, 7A and A9. RGB value is (156,122,169). Sum of RGB (Red+Green+Blue) = 156+122+169=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #9C7AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AA9 is #638556. Grayscale: #898989. Windows color (decimal): -6522199 or 11106972. OLE color: 11106972.

HSL color Cylindrical-coordinate representation of color #9C7AA9: hue angle of 283.4º 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 #9C7AA9 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB156122169-
CMYK0.080.2800.34
HSL283.4º21.46%57.06%-
HSV(B)283.4º27.81%66.27%-
XYZ27.8323.8540.67-
YUV137.52145.76141.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=34.90%
G=27.29%
B=37.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561221690.080.2800.34283.421.4657.06
Hex9C7AA981C02211b1539
Octal23417225110340424332571
Binary10011100111101010101001100011100010001010001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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