#9B78AC

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

Shades of Ce Soir #9B78AC

Tints of Ce Soir #9B78AC

Color information

#9B78AC (or 0x9B78AC) is unknown color: approx Ce Soir. HEX triplet: 9B, 78 and AC. RGB value is (155,120,172). Sum of RGB (Red+Green+Blue) = 155+120+172=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B78AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B78AC is #648753. Grayscale: #888888. Windows color (decimal): -6588244 or 11303067. OLE color: 11303067.

HSL color Cylindrical-coordinate representation of color #9B78AC: hue angle of 280.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B78AC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155120172-
CMYK0.100.3000.33
HSL280.38º23.85%57.25%-
HSV(B)280.38º30.23%67.45%-
XYZ27.6823.3842.08-
YUV136.39148.1141.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 120 (47.27% from 255) = 26.85%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=34.68%
G=26.85%
B=38.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551201720.100.3000.33280.3823.8557.25
Hex9B78ACA1E0211181839
Octal23317025412360414303071
Binary10011011111100010101100101011110010000110001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B78AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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