#9C7AAC

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

Shades of Ce Soir #9C7AAC

Tints of Ce Soir #9C7AAC

Color information

#9C7AAC (or 0x9C7AAC) is unknown color: approx Ce Soir. HEX triplet: 9C, 7A and AC. RGB value is (156,122,172). Sum of RGB (Red+Green+Blue) = 156+122+172=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAC is #638553. Grayscale: #898989. Windows color (decimal): -6522196 or 11303580. OLE color: 11303580.

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

Color convert

RGB156122172-
CMYK0.090.2900.33
HSL280.8º23.15%57.65%-
HSV(B)280.8º29.07%67.45%-
XYZ28.1223.9742.17-
YUV137.87147.26140.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 172 (67.58% from 255) = 38.22%
R=34.67%
G=27.11%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561221720.090.2900.33280.823.1557.65
Hex9C7AAC91D021119173a
Octal23417225411350414312772
Binary10011100111101010101100100111101010000110001100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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