#9B78AA

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

Shades of Ce Soir #9B78AA

Tints of Ce Soir #9B78AA

Color information

#9B78AA (or 0x9B78AA) is unknown color: approx Ce Soir. HEX triplet: 9B, 78 and AA. RGB value is (155,120,170). Sum of RGB (Red+Green+Blue) = 155+120+170=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B78AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B78AA is #648755. Grayscale: #888888. Windows color (decimal): -6588246 or 11171995. OLE color: 11171995.

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

Color convert

RGB155120170-
CMYK0.090.2900.33
HSL282º22.73%56.86%-
HSV(B)282º29.41%66.67%-
XYZ27.4923.341.08-
YUV136.16147.1141.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 120 (47.27% from 255) = 26.97%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=34.83%
G=26.97%
B=38.20%

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
Decimal1551201700.090.2900.3328222.7356.86
Hex9B78AA91D02111a1739
Octal23317025211350414322771
Binary10011011111100010101010100111101010000110001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,170); }

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

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

 a { background-color: rgb(155,120,170); }

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

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

 span { border-color: rgb(155,120,170); }

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