#9C79AC

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

Shades of Ce Soir #9C79AC

Tints of Ce Soir #9C79AC

Color information

#9C79AC (or 0x9C79AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 79 and AC. RGB value is (156,121,172). Sum of RGB (Red+Green+Blue) = 156+121+172=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C79AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C79AC is #638653. Grayscale: #898989. Windows color (decimal): -6522452 or 11303324. OLE color: 11303324.

HSL color Cylindrical-coordinate representation of color #9C79AC: hue angle of 281.18º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C79AC is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156121172-
CMYK0.090.3000.33
HSL281.18º23.5%57.45%-
HSV(B)281.18º29.65%67.45%-
XYZ27.9923.7242.13-
YUV137.28147.6141.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=34.74%
G=26.95%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561211720.090.3000.33281.1823.557.45
Hex9C79AC91E0211191839
Octal23417125411360414313071
Binary10011100111100110101100100111110010000110001100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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