#9978AA

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

Shades of Ce Soir #9978AA

Tints of Ce Soir #9978AA

Color information

#9978AA (or 0x9978AA) is unknown color: approx Ce Soir. HEX triplet: 99, 78 and AA. RGB value is (153,120,170). Sum of RGB (Red+Green+Blue) = 153+120+170=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9978AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9978AA is #668755. Grayscale: #878787. Windows color (decimal): -6719318 or 11171993. OLE color: 11171993.

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

Color convert

RGB153120170-
CMYK0.10.2900.33
HSL279.6º22.73%56.86%-
HSV(B)279.6º29.41%66.67%-
XYZ27.1123.1141.06-
YUV135.57147.43140.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=34.54%
G=27.09%
B=38.37%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531201700.10.2900.33279.622.7356.86
Hex9978AAA1D0211181739
Octal23117025212350414302771
Binary10011001111100010101010101011101010000110001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9978AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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