#9F78AB

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

Shades of Ce Soir #9F78AB

Tints of Ce Soir #9F78AB

Color information

#9F78AB (or 0x9F78AB) is unknown color: approx Ce Soir. HEX triplet: 9F, 78 and AB. RGB value is (159,120,171). Sum of RGB (Red+Green+Blue) = 159+120+171=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AB is #608754. Grayscale: #898989. Windows color (decimal): -6326101 or 11237535. OLE color: 11237535.

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

Color convert

RGB159120171-
CMYK0.070.3000.33
HSL285.88º23.29%57.06%-
HSV(B)285.88º29.82%67.06%-
XYZ28.3723.7441.62-
YUV137.48146.92143.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 171 (67.19% from 255) = 38%
R=35.33%
G=26.67%
B=38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591201710.070.3000.33285.8823.2957.06
Hex9F78AB71E02111e1739
Octal2371702537360414362771
Binary1001111111110001010101111111110010000110001111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F78AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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