#9C76AC

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

Shades of Ce Soir #9C76AC

Tints of Ce Soir #9C76AC

Color information

#9C76AC (or 0x9C76AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 76 and AC. RGB value is (156,118,172). Sum of RGB (Red+Green+Blue) = 156+118+172=446 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.98% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C76AC is #638953. Grayscale: #878787. Windows color (decimal): -6523220 or 11302556. OLE color: 11302556.

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

Color convert

RGB156118172-
CMYK0.090.3100.33
HSL282.22º24.55%56.86%-
HSV(B)282.22º31.4%67.45%-
XYZ27.642342.01-
YUV135.52148.59142.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.98%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=34.98%
G=26.46%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561181720.090.3100.33282.2224.5556.86
Hex9C76AC91F02111a1939
Octal23416625411370414323171
Binary10011100111011010101100100111111010000110001101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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