#9B7CAB

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

Shades of Ce Soir #9B7CAB

Tints of Ce Soir #9B7CAB

Color information

#9B7CAB (or 0x9B7CAB) is unknown color: approx Ce Soir. HEX triplet: 9B, 7C and AB. RGB value is (155,124,171). Sum of RGB (Red+Green+Blue) = 155+124+171=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7CAB is #648354. Grayscale: #8A8A8A. Windows color (decimal): -6587221 or 11238555. OLE color: 11238555.

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

Color convert

RGB155124171-
CMYK0.090.2700.33
HSL279.57º21.86%57.84%-
HSV(B)279.57º27.49%67.06%-
XYZ28.0824.3241.74-
YUV138.63146.27139.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.44%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 171 (67.19% from 255) = 38%
R=34.44%
G=27.56%
B=38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551241710.090.2700.33279.5721.8657.84
Hex9B7CAB91B021118163a
Octal23317425311330414302672
Binary10011011111110010101011100111011010000110001100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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