#9C68AC

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

Shades of Ce Soir #9C68AC

Tints of Ce Soir #9C68AC

Color information

#9C68AC (or 0x9C68AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 68 and AC. RGB value is (156,104,172). Sum of RGB (Red+Green+Blue) = 156+104+172=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C68AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C68AC is #639753. Grayscale: #7F7F7F. Windows color (decimal): -6526804 or 11298972. OLE color: 11298972.

HSL color Cylindrical-coordinate representation of color #9C68AC: hue angle of 285.88º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C68AC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156104172-
CMYK0.090.4000.33
HSL285.88º29.06%54.12%-
HSV(B)285.88º39.53%67.45%-
XYZ26.1119.9541.5-
YUV127.3153.23148.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=36.11%
G=24.07%
B=39.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561041720.090.4000.33285.8829.0654.12
Hex9C68AC92802111e1d36
Octal23415025411500414363566
Binary100111001101000101011001001101000010000110001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,104,172); }

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

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

 a { background-color: rgb(156,104,172); }

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

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

 span { border-color: rgb(156,104,172); }

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