#9F77AB

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

Shades of Ce Soir #9F77AB

Tints of Ce Soir #9F77AB

Color information

#9F77AB (or 0x9F77AB) is unknown color: approx Ce Soir. HEX triplet: 9F, 77 and AB. RGB value is (159,119,171). Sum of RGB (Red+Green+Blue) = 159+119+171=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F77AB is #608854. Grayscale: #888888. Windows color (decimal): -6326357 or 11237279. OLE color: 11237279.

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

Color convert

RGB159119171-
CMYK0.070.3000.33
HSL286.15º23.64%56.86%-
HSV(B)286.15º30.41%67.06%-
XYZ28.2523.541.58-
YUV136.89147.25143.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 119 (46.88% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=35.41%
G=26.50%
B=38.08%

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
Decimal1591191710.070.3000.33286.1523.6456.86
Hex9F77AB71E02111e1839
Octal2371672537360414363071
Binary1001111111101111010101111111110010000110001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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