#9D79AF

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

Shades of Ce Soir #9D79AF

Tints of Ce Soir #9D79AF

Color information

#9D79AF (or 0x9D79AF) is unknown color: approx Ce Soir. HEX triplet: 9D, 79 and AF. RGB value is (157,121,175). Sum of RGB (Red+Green+Blue) = 157+121+175=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D79AF is #628650. Grayscale: #898989. Windows color (decimal): -6456913 or 11499933. OLE color: 11499933.

HSL color Cylindrical-coordinate representation of color #9D79AF: hue angle of 280º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D79AF is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB157121175-
CMYK0.100.3100.31
HSL280º25.23%58.04%-
HSV(B)280º30.86%68.63%-
XYZ28.4823.9443.68-
YUV137.92148.93141.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=34.66%
G=26.71%
B=38.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571211750.100.3100.3128025.2358.04
Hex9D79AFA1F01F118193a
Octal23517125712370374303172
Binary1001110111110011010111110101111101111110001100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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