#9B7FAB

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

Shades of Ce Soir #9B7FAB

Tints of Ce Soir #9B7FAB

Color information

#9B7FAB (or 0x9B7FAB) is unknown color: approx Ce Soir. HEX triplet: 9B, 7F and AB. RGB value is (155,127,171). Sum of RGB (Red+Green+Blue) = 155+127+171=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7FAB is #648054. Grayscale: #8C8C8C. Windows color (decimal): -6586453 or 11239323. OLE color: 11239323.

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

Color convert

RGB155127171-
CMYK0.090.2600.33
HSL278.18º20.75%58.43%-
HSV(B)278.18º25.73%67.06%-
XYZ28.4625.0941.87-
YUV140.39145.28138.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=34.22%
G=28.04%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551271710.090.2600.33278.1820.7558.43
Hex9B7FAB91A021116153a
Octal23317725311320414262572
Binary10011011111111110101011100111010010000110001011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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