#9B79AF

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

Shades of Ce Soir #9B79AF

Tints of Ce Soir #9B79AF

Color information

#9B79AF (or 0x9B79AF) is unknown color: approx Ce Soir. HEX triplet: 9B, 79 and AF. RGB value is (155,121,175). Sum of RGB (Red+Green+Blue) = 155+121+175=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B79AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B79AF is #648650. Grayscale: #898989. Windows color (decimal): -6587985 or 11499931. OLE color: 11499931.

HSL color Cylindrical-coordinate representation of color #9B79AF: hue angle of 277.78º 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 #9B79AF is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155121175-
CMYK0.110.3100.31
HSL277.78º25.23%58.04%-
HSV(B)277.78º30.86%68.63%-
XYZ28.0923.7443.66-
YUV137.32149.26140.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=34.37%
G=26.83%
B=38.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551211750.110.3100.31277.7825.2358.04
Hex9B79AFB1F01F116193a
Octal23317125713370374263172
Binary1001101111110011010111110111111101111110001011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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