#9D79AB

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

Shades of Ce Soir #9D79AB

Tints of Ce Soir #9D79AB

Color information

#9D79AB (or 0x9D79AB) is unknown color: approx Ce Soir. HEX triplet: 9D, 79 and AB. RGB value is (157,121,171). Sum of RGB (Red+Green+Blue) = 157+121+171=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D79AB is #628654. Grayscale: #898989. Windows color (decimal): -6456917 or 11237789. OLE color: 11237789.

HSL color Cylindrical-coordinate representation of color #9D79AB: hue angle of 283.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D79AB is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB157121171-
CMYK0.080.2900.33
HSL283.2º22.94%57.25%-
HSV(B)283.2º29.24%67.06%-
XYZ28.0923.7841.64-
YUV137.46146.93141.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=34.97%
G=26.95%
B=38.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571211710.080.2900.33283.222.9457.25
Hex9D79AB81D02111b1739
Octal23517125310350414332771
Binary10011101111100110101011100011101010000110001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D79AB; }

 p { color: rgb(157,121,171); }

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

<style>
 a { background-color: #9D79AB; }

 a { background-color: rgb(157,121,171); }

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

<style>
 span { border-color: #9D79AB; }

 span { border-color: rgb(157,121,171); }

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