#9877AA

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

Shades of Ce Soir #9877AA

Tints of Ce Soir #9877AA

Color information

#9877AA (or 0x9877AA) is unknown color: approx Ce Soir. HEX triplet: 98, 77 and AA. RGB value is (152,119,170). Sum of RGB (Red+Green+Blue) = 152+119+170=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9877AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9877AA is #678855. Grayscale: #868686. Windows color (decimal): -6785110 or 11171736. OLE color: 11171736.

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

Color convert

RGB152119170-
CMYK0.110.300.33
HSL278.82º23.08%56.67%-
HSV(B)278.82º30%66.67%-
XYZ26.822.7741.01-
YUV134.68147.93140.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 119 (46.88% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=34.47%
G=26.98%
B=38.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521191700.110.300.33278.8223.0856.67
Hex9877AAB1E0211171739
Octal23016725213360414272771
Binary10011000111011110101010101111110010000110001011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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