#9C7AAB

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

Shades of Ce Soir #9C7AAB

Tints of Ce Soir #9C7AAB

Color information

#9C7AAB (or 0x9C7AAB) is unknown color: approx Ce Soir. HEX triplet: 9C, 7A and AB. RGB value is (156,122,171). Sum of RGB (Red+Green+Blue) = 156+122+171=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7AAB is #638554. Grayscale: #898989. Windows color (decimal): -6522197 or 11238044. OLE color: 11238044.

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

Color convert

RGB156122171-
CMYK0.090.2900.33
HSL281.63º22.58%57.45%-
HSV(B)281.63º28.65%67.06%-
XYZ28.0223.9341.67-
YUV137.75146.76141.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=34.74%
G=27.17%
B=38.08%

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
Decimal1561221710.090.2900.33281.6322.5857.45
Hex9C7AAB91D02111a1739
Octal23417225311350414322771
Binary10011100111101010101011100111101010000110001101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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