#9661AC

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

Shades of Ce Soir #9661AC

Tints of Ce Soir #9661AC

Color information

#9661AC (or 0x9661AC) is unknown color: approx Ce Soir. HEX triplet: 96, 61 and AC. RGB value is (150,97,172). Sum of RGB (Red+Green+Blue) = 150+97+172=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9661AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9661AC is #699E53. Grayscale: #797979. Windows color (decimal): -6921812 or 11297174. OLE color: 11297174.

HSL color Cylindrical-coordinate representation of color #9661AC: hue angle of 282.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9661AC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15097172-
CMYK0.130.4400.33
HSL282.4º31.12%52.75%-
HSV(B)282.4º43.6%67.45%-
XYZ24.318.0141.23-
YUV121.4156.56148.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=35.80%
G=23.15%
B=41.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150971720.130.4400.33282.431.1252.75
Hex9661ACD2C02111a1f35
Octal22614125415540414323765
Binary100101101100001101011001101101100010000110001101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9661AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9661AC; }

 p { color: rgb(150,97,172); }

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

<style>
 a { background-color: #9661AC; }

 a { background-color: rgb(150,97,172); }

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

<style>
 span { border-color: #9661AC; }

 span { border-color: rgb(150,97,172); }

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