#9C79AB

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

Shades of Ce Soir #9C79AB

Tints of Ce Soir #9C79AB

Color information

#9C79AB (or 0x9C79AB) is unknown color: approx Ce Soir. HEX triplet: 9C, 79 and AB. RGB value is (156,121,171). Sum of RGB (Red+Green+Blue) = 156+121+171=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C79AB is #638654. Grayscale: #898989. Windows color (decimal): -6522453 or 11237788. OLE color: 11237788.

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

Color convert

RGB156121171-
CMYK0.090.2900.33
HSL282º22.94%57.25%-
HSV(B)282º29.24%67.06%-
XYZ27.923.6841.63-
YUV137.16147.1141.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 121 (47.66% from 255) = 27.01%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=34.82%
G=27.01%
B=38.17%

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
Decimal1561211710.090.2900.3328222.9457.25
Hex9C79AB91D02111a1739
Octal23417125311350414322771
Binary10011100111100110101011100111101010000110001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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