#9976AE

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

Shades of Ce Soir #9976AE

Tints of Ce Soir #9976AE

Color information

#9976AE (or 0x9976AE) is unknown color: approx Ce Soir. HEX triplet: 99, 76 and AE. RGB value is (153,118,174). Sum of RGB (Red+Green+Blue) = 153+118+174=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #9976AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AE is #668951. Grayscale: #868686. Windows color (decimal): -6719826 or 11433625. OLE color: 11433625.

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

Color convert

RGB153118174-
CMYK0.120.3200.32
HSL277.5º25.69%57.25%-
HSV(B)277.5º32.18%68.24%-
XYZ27.2622.7943.01-
YUV134.85150.1140.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=34.38%
G=26.52%
B=39.10%

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
Decimal1531181740.120.3200.32277.525.6957.25
Hex9976AEC200201161a39
Octal23116625614400404263271
Binary100110011110110101011101100100000010000010001011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9976AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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