#9977AA

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

Shades of Ce Soir #9977AA

Tints of Ce Soir #9977AA

Color information

#9977AA (or 0x9977AA) is unknown color: approx Ce Soir. HEX triplet: 99, 77 and AA. RGB value is (153,119,170). Sum of RGB (Red+Green+Blue) = 153+119+170=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #9977AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977AA is #668855. Grayscale: #868686. Windows color (decimal): -6719574 or 11171737. OLE color: 11171737.

HSL color Cylindrical-coordinate representation of color #9977AA: hue angle of 280º degrees, saturation: 0.23, 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 #9977AA is Cyan = 0.1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153119170-
CMYK0.10.300.33
HSL280º23.08%56.67%-
HSV(B)280º30%66.67%-
XYZ26.9922.8741.02-
YUV134.98147.76140.85-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 119 (46.88% from 255) = 26.92%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=34.62%
G=26.92%
B=38.46%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531191700.10.300.3328023.0856.67
Hex9977AAA1E0211181739
Octal23116725212360414302771
Binary10011001111011110101010101011110010000110001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9977AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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