#9B7CAC

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

Shades of Ce Soir #9B7CAC

Tints of Ce Soir #9B7CAC

Color information

#9B7CAC (or 0x9B7CAC) is unknown color: approx Ce Soir. HEX triplet: 9B, 7C and AC. RGB value is (155,124,172). Sum of RGB (Red+Green+Blue) = 155+124+172=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CAC is #648353. Grayscale: #8A8A8A. Windows color (decimal): -6587220 or 11304091. OLE color: 11304091.

HSL color Cylindrical-coordinate representation of color #9B7CAC: hue angle of 278.75º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7CAC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155124172-
CMYK0.100.2800.33
HSL278.75º22.43%58.04%-
HSV(B)278.75º27.91%67.45%-
XYZ28.1724.3642.25-
YUV138.74146.77139.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=34.37%
G=27.49%
B=38.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551241720.100.2800.33278.7522.4358.04
Hex9B7CACA1C021117163a
Octal23317425412340414272672
Binary10011011111110010101100101011100010000110001011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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