#9D78AB

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

Shades of Ce Soir #9D78AB

Tints of Ce Soir #9D78AB

Color information

#9D78AB (or 0x9D78AB) is unknown color: approx Ce Soir. HEX triplet: 9D, 78 and AB. RGB value is (157,120,171). Sum of RGB (Red+Green+Blue) = 157+120+171=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D78AB is #628754. Grayscale: #888888. Windows color (decimal): -6457173 or 11237533. OLE color: 11237533.

HSL color Cylindrical-coordinate representation of color #9D78AB: hue angle of 283.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D78AB is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157120171-
CMYK0.080.3000.33
HSL283.53º23.29%57.06%-
HSV(B)283.53º29.82%67.06%-
XYZ27.9723.5441.6-
YUV136.88147.26142.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 120 (47.27% from 255) = 26.79%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=35.04%
G=26.79%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571201710.080.3000.33283.5323.2957.06
Hex9D78AB81E02111c1739
Octal23517025310360414342771
Binary10011101111100010101011100011110010000110001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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