#9778A1

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

Shades of Ce Soir #9778A1

Tints of Ce Soir #9778A1

Color information

#9778A1 (or 0x9778A1) is unknown color: approx Ce Soir. HEX triplet: 97, 78 and A1. RGB value is (151,120,161). Sum of RGB (Red+Green+Blue) = 151+120+161=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 161 - color contains mainly: blue. Hex color #9778A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9778A1 is #68875E. Grayscale: #858585. Windows color (decimal): -6850399 or 10582167. OLE color: 10582167.

HSL color Cylindrical-coordinate representation of color #9778A1: hue angle of 285.37º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9778A1 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB151120161-
CMYK0.060.2500.37
HSL285.37º17.9%55.1%-
HSV(B)285.37º25.47%63.14%-
XYZ25.9122.5936.71-
YUV133.94143.27140.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 120 (47.27% from 255) = 27.78%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=34.95%
G=27.78%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511201610.060.2500.37285.3717.955.1
Hex9778A161902511d1237
Octal2271702416310454352267
Binary1001011111110001010000111011001010010110001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9778A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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