#9778AA

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

Shades of Ce Soir #9778AA

Tints of Ce Soir #9778AA

Color information

#9778AA (or 0x9778AA) is unknown color: approx Ce Soir. HEX triplet: 97, 78 and AA. RGB value is (151,120,170). Sum of RGB (Red+Green+Blue) = 151+120+170=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9778AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9778AA is #688755. Grayscale: #868686. Windows color (decimal): -6850390 or 11171991. OLE color: 11171991.

HSL color Cylindrical-coordinate representation of color #9778AA: hue angle of 277.2º degrees, saturation: 0.23, 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 #9778AA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB151120170-
CMYK0.110.2900.33
HSL277.2º22.73%56.86%-
HSV(B)277.2º29.41%66.67%-
XYZ26.7322.9141.04-
YUV134.97147.77139.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=34.24%
G=27.21%
B=38.55%

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
Decimal1511201700.110.2900.33277.222.7356.86
Hex9778AAB1D0211151739
Octal22717025213350414252771
Binary10010111111100010101010101111101010000110001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9778AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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