#9676AC

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

Shades of Ce Soir #9676AC

Tints of Ce Soir #9676AC

Color information

#9676AC (or 0x9676AC) is unknown color: approx Ce Soir. HEX triplet: 96, 76 and AC. RGB value is (150,118,172). Sum of RGB (Red+Green+Blue) = 150+118+172=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #9676AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9676AC is #698953. Grayscale: #858585. Windows color (decimal): -6916436 or 11302550. OLE color: 11302550.

HSL color Cylindrical-coordinate representation of color #9676AC: hue angle of 275.56º 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 #9676AC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150118172-
CMYK0.130.3100.33
HSL275.56º24.55%56.86%-
HSV(B)275.56º31.4%67.45%-
XYZ26.522.4241.96-
YUV133.72149.6139.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=34.09%
G=26.82%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501181720.130.3100.33275.5624.5556.86
Hex9676ACD1F0211141939
Octal22616625415370414243171
Binary10010110111011010101100110111111010000110001010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9676AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9676AC; }

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

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

<style>
 a { background-color: #9676AC; }

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

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

<style>
 span { border-color: #9676AC; }

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

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