#9677AC

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

Shades of Ce Soir #9677AC

Tints of Ce Soir #9677AC

Color information

#9677AC (or 0x9677AC) is unknown color: approx Ce Soir. HEX triplet: 96, 77 and AC. RGB value is (150,119,172). Sum of RGB (Red+Green+Blue) = 150+119+172=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #9677AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9677AC is #698853. Grayscale: #868686. Windows color (decimal): -6916180 or 11302806. OLE color: 11302806.

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

Color convert

RGB150119172-
CMYK0.130.3100.33
HSL275.09º24.2%57.06%-
HSV(B)275.09º30.81%67.45%-
XYZ26.6222.6642-
YUV134.31149.27139.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=34.01%
G=26.98%
B=39.00%

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
Decimal1501191720.130.3100.33275.0924.257.06
Hex9677ACD1F0211131839
Octal22616725415370414233071
Binary10010110111011110101100110111111010000110001001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9677AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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