#9C69AC

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

Shades of Ce Soir #9C69AC

Tints of Ce Soir #9C69AC

Color information

#9C69AC (or 0x9C69AC) is unknown color: approx Ce Soir. HEX triplet: 9C, 69 and AC. RGB value is (156,105,172). Sum of RGB (Red+Green+Blue) = 156+105+172=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C69AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C69AC is #639653. Grayscale: #7F7F7F. Windows color (decimal): -6526548 or 11299228. OLE color: 11299228.

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

Color convert

RGB156105172-
CMYK0.090.3900.33
HSL285.67º28.76%54.31%-
HSV(B)285.67º38.95%67.45%-
XYZ26.2120.1541.54-
YUV127.89152.9148.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 105 (41.41% from 255) = 24.25%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=36.03%
G=24.25%
B=39.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561051720.090.3900.33285.6728.7654.31
Hex9C69AC92702111e1d36
Octal23415125411470414363566
Binary100111001101001101011001001100111010000110001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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