#9b79ab

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

Shades of Ce Soir #9B79AB

Tints of Ce Soir #9B79AB

Color information

#9B79AB (or 0x9B79AB) is unknown color: approx Ce Soir. HEX triplet: 9B, 79 and AB. RGB value is (155,121,171). Sum of RGB (Red+Green+Blue) = 155+121+171=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B79AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B79AB is #648654. Grayscale: #888888. Windows color (decimal): -6587989 or 11237787. OLE color: 11237787.

HSL color Cylindrical-coordinate representation of color #9B79AB: hue angle of 280.8º 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 #9B79AB is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155121171-
CMYK0.090.2900.33
HSL280.8º22.94%57.25%-
HSV(B)280.8º29.24%67.06%-
XYZ27.7123.5841.62-
YUV136.87147.26140.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=34.68%
G=27.07%
B=38.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551211710.090.2900.33280.822.9457.25
Hex9B79AB91D0211191739
Octal23317125311350414312771
Binary10011011111100110101011100111101010000110001100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b79ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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