#9C71AB

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

Shades of Ce Soir #9C71AB

Tints of Ce Soir #9C71AB

Color information

#9C71AB (or 0x9C71AB) is unknown color: approx Ce Soir. HEX triplet: 9C, 71 and AB. RGB value is (156,113,171). Sum of RGB (Red+Green+Blue) = 156+113+171=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C71AB is #638E54. Grayscale: #848484. Windows color (decimal): -6524501 or 11235740. OLE color: 11235740.

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

Color convert

RGB156113171-
CMYK0.090.3400.33
HSL284.48º25.66%55.69%-
HSV(B)284.48º33.92%67.06%-
XYZ26.9721.8241.32-
YUV132.47149.75144.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=35.45%
G=25.68%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561131710.090.3400.33284.4825.6655.69
Hex9C71AB92202111c1a38
Octal23416125311420414343270
Binary100111001110001101010111001100010010000110001110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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