#9C7FAB

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

Shades of Ce Soir #9C7FAB

Tints of Ce Soir #9C7FAB

Color information

#9C7FAB (or 0x9C7FAB) is unknown color: approx Ce Soir. HEX triplet: 9C, 7F and AB. RGB value is (156,127,171). Sum of RGB (Red+Green+Blue) = 156+127+171=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7FAB is #638054. Grayscale: #8C8C8C. Windows color (decimal): -6520917 or 11239324. OLE color: 11239324.

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

Color convert

RGB156127171-
CMYK0.090.2600.33
HSL279.55º20.75%58.43%-
HSV(B)279.55º25.73%67.06%-
XYZ28.6525.1941.88-
YUV140.69145.11138.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.36%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 171 (67.19% from 255) = 37.67%
R=34.36%
G=27.97%
B=37.67%

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
Decimal1561271710.090.2600.33279.5520.7558.43
Hex9C7FAB91A021118153a
Octal23417725311320414302572
Binary10011100111111110101011100111010010000110001100010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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