#9B77AB

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

Shades of Ce Soir #9B77AB

Tints of Ce Soir #9B77AB

Color information

#9B77AB (or 0x9B77AB) is unknown color: approx Ce Soir. HEX triplet: 9B, 77 and AB. RGB value is (155,119,171). Sum of RGB (Red+Green+Blue) = 155+119+171=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B77AB is #648854. Grayscale: #878787. Windows color (decimal): -6588501 or 11237275. OLE color: 11237275.

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

Color convert

RGB155119171-
CMYK0.090.3000.33
HSL281.54º23.64%56.86%-
HSV(B)281.54º30.41%67.06%-
XYZ27.4723.141.54-
YUV135.69147.93141.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 119 (46.88% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=34.83%
G=26.74%
B=38.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551191710.090.3000.33281.5423.6456.86
Hex9B77AB91E02111a1839
Octal23316725311360414323071
Binary10011011111011110101011100111110010000110001101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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