#9B7AAB

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

Shades of Ce Soir #9B7AAB

Tints of Ce Soir #9B7AAB

Color information

#9B7AAB (or 0x9B7AAB) is unknown color: approx Ce Soir. HEX triplet: 9B, 7A and AB. RGB value is (155,122,171). Sum of RGB (Red+Green+Blue) = 155+122+171=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7AAB is #648554. Grayscale: #898989. Windows color (decimal): -6587733 or 11238043. OLE color: 11238043.

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

Color convert

RGB155122171-
CMYK0.090.2900.33
HSL280.41º22.58%57.45%-
HSV(B)280.41º28.65%67.06%-
XYZ27.8323.8341.66-
YUV137.45146.93140.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 122 (48.05% from 255) = 27.23%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=34.60%
G=27.23%
B=38.17%

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
Decimal1551221710.090.2900.33280.4122.5857.45
Hex9B7AAB91D0211181739
Octal23317225311350414302771
Binary10011011111101010101011100111101010000110001100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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