#9876AC

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

Shades of Ce Soir #9876AC

Tints of Ce Soir #9876AC

Color information

#9876AC (or 0x9876AC) is unknown color: approx Ce Soir. HEX triplet: 98, 76 and AC. RGB value is (152,118,172). Sum of RGB (Red+Green+Blue) = 152+118+172=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9876AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9876AC is #678953. Grayscale: #868686. Windows color (decimal): -6785364 or 11302552. OLE color: 11302552.

HSL color Cylindrical-coordinate representation of color #9876AC: hue angle of 277.78º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9876AC is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB152118172-
CMYK0.120.3100.33
HSL277.78º24.55%56.86%-
HSV(B)277.78º31.4%67.45%-
XYZ26.8722.6141.98-
YUV134.32149.26140.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 118 (46.48% from 255) = 26.70%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=34.39%
G=26.70%
B=38.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521181720.120.3100.33277.7824.5556.86
Hex9876ACC1F0211161939
Octal23016625414370414263171
Binary10011000111011010101100110011111010000110001011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9876AC; }

 p { color: rgb(152,118,172); }

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

<style>
 a { background-color: #9876AC; }

 a { background-color: rgb(152,118,172); }

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

<style>
 span { border-color: #9876AC; }

 span { border-color: rgb(152,118,172); }

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