#9B77AE

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

Shades of Ce Soir #9B77AE

Tints of Ce Soir #9B77AE

Color information

#9B77AE (or 0x9B77AE) is unknown color: approx Ce Soir. HEX triplet: 9B, 77 and AE. RGB value is (155,119,174). Sum of RGB (Red+Green+Blue) = 155+119+174=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #9B77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B77AE is #648851. Grayscale: #878787. Windows color (decimal): -6588498 or 11433883. OLE color: 11433883.

HSL color Cylindrical-coordinate representation of color #9B77AE: hue angle of 279.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B77AE is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB155119174-
CMYK0.110.3200.32
HSL279.27º25.35%57.45%-
HSV(B)279.27º31.61%68.24%-
XYZ27.7523.2243.06-
YUV136.03149.43141.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 119 (46.88% from 255) = 26.56%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=34.60%
G=26.56%
B=38.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551191740.110.3200.32279.2725.3557.45
Hex9B77AEB200201171939
Octal23316725613400404273171
Binary100110111110111101011101011100000010000010001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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