#9977AE

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

Shades of Ce Soir #9977AE

Tints of Ce Soir #9977AE

Color information

#9977AE (or 0x9977AE) is unknown color: approx Ce Soir. HEX triplet: 99, 77 and AE. RGB value is (153,119,174). Sum of RGB (Red+Green+Blue) = 153+119+174=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #9977AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977AE is #668851. Grayscale: #878787. Windows color (decimal): -6719570 or 11433881. OLE color: 11433881.

HSL color Cylindrical-coordinate representation of color #9977AE: hue angle of 277.09º 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 #9977AE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB153119174-
CMYK0.120.3200.32
HSL277.09º25.35%57.45%-
HSV(B)277.09º31.61%68.24%-
XYZ27.3723.0243.05-
YUV135.44149.76140.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 119 (46.88% from 255) = 26.68%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=34.30%
G=26.68%
B=39.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531191740.120.3200.32277.0925.3557.45
Hex9977AEC200201151939
Octal23116725614400404253171
Binary100110011110111101011101100100000010000010001010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9977AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9977AE; }

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

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

<style>
 a { background-color: #9977AE; }

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

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

<style>
 span { border-color: #9977AE; }

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

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