#9F78AE

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

Shades of Ce Soir #9F78AE

Tints of Ce Soir #9F78AE

Color information

#9F78AE (or 0x9F78AE) is unknown color: approx Ce Soir. HEX triplet: 9F, 78 and AE. RGB value is (159,120,174). Sum of RGB (Red+Green+Blue) = 159+120+174=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F78AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AE is #608751. Grayscale: #898989. Windows color (decimal): -6326098 or 11434143. OLE color: 11434143.

HSL color Cylindrical-coordinate representation of color #9F78AE: hue angle of 283.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F78AE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB159120174-
CMYK0.090.3100.32
HSL283.33º25%57.65%-
HSV(B)283.33º31.03%68.24%-
XYZ28.6523.8643.14-
YUV137.82148.42143.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 174 (68.36% from 255) = 38.41%
R=35.10%
G=26.49%
B=38.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1591201740.090.3100.32283.332557.65
Hex9F78AE91F02011b193a
Octal23717025611370404333172
Binary10011111111100010101110100111111010000010001101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F78AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,174); }

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

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

 a { background-color: rgb(159,120,174); }

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

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

 span { border-color: rgb(159,120,174); }

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