#9668AC

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

Shades of Ce Soir #9668AC

Tints of Ce Soir #9668AC

Color information

#9668AC (or 0x9668AC) is unknown color: approx Ce Soir. HEX triplet: 96, 68 and AC. RGB value is (150,104,172). Sum of RGB (Red+Green+Blue) = 150+104+172=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #9668AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9668AC is #699753. Grayscale: #7D7D7D. Windows color (decimal): -6920020 or 11298966. OLE color: 11298966.

HSL color Cylindrical-coordinate representation of color #9668AC: hue angle of 280.59º 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 #9668AC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150104172-
CMYK0.130.4000.33
HSL280.59º29.06%54.12%-
HSV(B)280.59º39.53%67.45%-
XYZ24.9719.3641.45-
YUV125.51154.24145.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=35.21%
G=24.41%
B=40.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501041720.130.4000.33280.5929.0654.12
Hex9668ACD280211191d36
Octal22615025415500414313566
Binary100101101101000101011001101101000010000110001100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9668AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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