#9C76AE

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

Shades of Ce Soir #9C76AE

Tints of Ce Soir #9C76AE

Color information

#9C76AE (or 0x9C76AE) is unknown color: approx Ce Soir. HEX triplet: 9C, 76 and AE. RGB value is (156,118,174). Sum of RGB (Red+Green+Blue) = 156+118+174=448 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.82% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C76AE is #638951. Grayscale: #878787. Windows color (decimal): -6523218 or 11433628. OLE color: 11433628.

HSL color Cylindrical-coordinate representation of color #9C76AE: hue angle of 280.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C76AE is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156118174-
CMYK0.100.3200.32
HSL280.71º25.69%57.25%-
HSV(B)280.71º32.18%68.24%-
XYZ27.8323.0843.03-
YUV135.75149.59142.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.82%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=34.82%
G=26.34%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561181740.100.3200.32280.7125.6957.25
Hex9C76AEA200201191a39
Octal23416625612400404313271
Binary100111001110110101011101010100000010000010001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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