#9879AD

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

Shades of Ce Soir #9879AD

Tints of Ce Soir #9879AD

Color information

#9879AD (or 0x9879AD) is unknown color: approx Ce Soir. HEX triplet: 98, 79 and AD. RGB value is (152,121,173). Sum of RGB (Red+Green+Blue) = 152+121+173=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #9879AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9879AD is #678652. Grayscale: #888888. Windows color (decimal): -6784595 or 11368856. OLE color: 11368856.

HSL color Cylindrical-coordinate representation of color #9879AD: hue angle of 275.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9879AD is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB152121173-
CMYK0.120.3000.32
HSL275.77º24.07%57.65%-
HSV(B)275.77º30.06%67.84%-
XYZ27.3323.3742.61-
YUV136.2148.77139.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=34.08%
G=27.13%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1521211730.120.3000.32275.7724.0757.65
Hex9879ADC1E020114183a
Octal23017125514360404243072
Binary10011000111100110101101110011110010000010001010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9879AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9879AD; }

 p { color: rgb(152,121,173); }

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

<style>
 a { background-color: #9879AD; }

 a { background-color: rgb(152,121,173); }

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

<style>
 span { border-color: #9879AD; }

 span { border-color: rgb(152,121,173); }

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