#9779AA

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

Shades of Ce Soir #9779AA

Tints of Ce Soir #9779AA

Color information

#9779AA (or 0x9779AA) is unknown color: approx Ce Soir. HEX triplet: 97, 79 and AA. RGB value is (151,121,170). Sum of RGB (Red+Green+Blue) = 151+121+170=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9779AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9779AA is #688655. Grayscale: #878787. Windows color (decimal): -6850134 or 11172247. OLE color: 11172247.

HSL color Cylindrical-coordinate representation of color #9779AA: hue angle of 276.73º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9779AA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151121170-
CMYK0.110.2900.33
HSL276.73º22.37%57.06%-
HSV(B)276.73º28.82%66.67%-
XYZ26.8623.1641.08-
YUV135.56147.44139.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=34.16%
G=27.38%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511211700.110.2900.33276.7322.3757.06
Hex9779AAB1D0211151639
Octal22717125213350414252671
Binary10010111111100110101010101111101010000110001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9779AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9779AA; }

 p { color: rgb(151,121,170); }

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

<style>
 a { background-color: #9779AA; }

 a { background-color: rgb(151,121,170); }

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

<style>
 span { border-color: #9779AA; }

 span { border-color: rgb(151,121,170); }

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