#9D78AA

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

Shades of Ce Soir #9D78AA

Tints of Ce Soir #9D78AA

Color information

#9D78AA (or 0x9D78AA) is unknown color: approx Ce Soir. HEX triplet: 9D, 78 and AA. RGB value is (157,120,170). Sum of RGB (Red+Green+Blue) = 157+120+170=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9D78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D78AA is #628755. Grayscale: #888888. Windows color (decimal): -6457174 or 11171997. OLE color: 11171997.

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

Color convert

RGB157120170-
CMYK0.080.2900.33
HSL284.4º22.73%56.86%-
HSV(B)284.4º29.41%66.67%-
XYZ27.8823.541.1-
YUV136.76146.76142.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=35.12%
G=26.85%
B=38.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571201700.080.2900.33284.422.7356.86
Hex9D78AA81D02111c1739
Octal23517025210350414342771
Binary10011101111100010101010100011101010000110001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D78AA; }

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

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

<style>
 a { background-color: #9D78AA; }

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

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

<style>
 span { border-color: #9D78AA; }

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

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