#9679A7

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

Shades of Ce Soir #9679A7

Tints of Ce Soir #9679A7

Color information

#9679A7 (or 0x9679A7) is unknown color: approx Ce Soir. HEX triplet: 96, 79 and A7. RGB value is (150,121,167). Sum of RGB (Red+Green+Blue) = 150+121+167=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #9679A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9679A7 is #698658. Grayscale: #868686. Windows color (decimal): -6915673 or 10975638. OLE color: 10975638.

HSL color Cylindrical-coordinate representation of color #9679A7: hue angle of 277.83º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9679A7 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB150121167-
CMYK0.100.2800.35
HSL277.83º20.72%56.47%-
HSV(B)277.83º27.54%65.49%-
XYZ26.3922.9539.6-
YUV134.92146.11138.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=34.25%
G=27.63%
B=38.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501211670.100.2800.35277.8320.7256.47
Hex9679A7A1C0231161538
Octal22617124712340434262570
Binary10010110111100110100111101011100010001110001011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9679A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9679A7; }

 p { color: rgb(150,121,167); }

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

<style>
 a { background-color: #9679A7; }

 a { background-color: rgb(150,121,167); }

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

<style>
 span { border-color: #9679A7; }

 span { border-color: rgb(150,121,167); }

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