#9880A9

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

Shades of Ce Soir #9880A9

Tints of Ce Soir #9880A9

Color information

#9880A9 (or 0x9880A9) is unknown color: approx Ce Soir. HEX triplet: 98, 80 and A9. RGB value is (152,128,169). Sum of RGB (Red+Green+Blue) = 152+128+169=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 169 - color contains mainly: blue. Hex color #9880A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9880A9 is #677F56. Grayscale: #8B8B8B. Windows color (decimal): -6782807 or 11108504. OLE color: 11108504.

HSL color Cylindrical-coordinate representation of color #9880A9: hue angle of 275.12º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9880A9 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB152128169-
CMYK0.100.2400.34
HSL275.12º19.25%58.24%-
HSV(B)275.12º24.26%66.27%-
XYZ27.8324.9840.89-
YUV139.85144.45136.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 169 (66.41% from 255) = 37.64%
R=33.85%
G=28.51%
B=37.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521281690.100.2400.34275.1219.2558.24
Hex9880A9A18022113133a
Octal23020025112300424232372
Binary100110001000000010101001101011000010001010001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9880A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9880A9; }

 p { color: rgb(152,128,169); }

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

<style>
 a { background-color: #9880A9; }

 a { background-color: rgb(152,128,169); }

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

<style>
 span { border-color: #9880A9; }

 span { border-color: rgb(152,128,169); }

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