#9F78AC

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

Shades of Ce Soir #9F78AC

Tints of Ce Soir #9F78AC

Color information

#9F78AC (or 0x9F78AC) is unknown color: approx Ce Soir. HEX triplet: 9F, 78 and AC. RGB value is (159,120,172). Sum of RGB (Red+Green+Blue) = 159+120+172=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AC is #608753. Grayscale: #898989. Windows color (decimal): -6326100 or 11303071. OLE color: 11303071.

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

Color convert

RGB159120172-
CMYK0.080.3000.33
HSL285º23.85%57.25%-
HSV(B)285º30.23%67.45%-
XYZ28.4623.7842.12-
YUV137.59147.42143.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=35.25%
G=26.61%
B=38.14%

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
Decimal1591201720.080.3000.3328523.8557.25
Hex9F78AC81E02111d1839
Octal23717025410360414353071
Binary10011111111100010101100100011110010000110001110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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