#9F78AA

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

Shades of Ce Soir #9F78AA

Tints of Ce Soir #9F78AA

Color information

#9F78AA (or 0x9F78AA) is unknown color: approx Ce Soir. HEX triplet: 9F, 78 and AA. RGB value is (159,120,170). Sum of RGB (Red+Green+Blue) = 159+120+170=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AA is #608755. Grayscale: #898989. Windows color (decimal): -6326102 or 11171999. OLE color: 11171999.

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

Color convert

RGB159120170-
CMYK0.060.2900.33
HSL286.8º22.73%56.86%-
HSV(B)286.8º29.41%66.67%-
XYZ28.2723.7141.12-
YUV137.36146.42143.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 120 (47.27% from 255) = 26.73%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=35.41%
G=26.73%
B=37.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1591201700.060.2900.33286.822.7356.86
Hex9F78AA61D02111f1739
Octal2371702526350414372771
Binary1001111111110001010101011011101010000110001111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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