#966FA2

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

Shades of Ce Soir #966FA2

Tints of Ce Soir #966FA2

Color information

#966FA2 (or 0x966FA2) is unknown color: approx Ce Soir. HEX triplet: 96, 6F and A2. RGB value is (150,111,162). Sum of RGB (Red+Green+Blue) = 150+111+162=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 162 - color contains mainly: blue. Hex color #966FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FA2 is #69905D. Grayscale: #808080. Windows color (decimal): -6918238 or 10645398. OLE color: 10645398.

HSL color Cylindrical-coordinate representation of color #966FA2: hue angle of 285.88º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966FA2 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150111162-
CMYK0.070.3100.36
HSL285.88º21.52%53.53%-
HSV(B)285.88º31.48%63.53%-
XYZ24.7820.4636.83-
YUV128.48146.92143.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=35.46%
G=26.24%
B=38.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501111620.070.3100.36285.8821.5253.53
Hex966FA271F02411e1636
Octal2261572427370444362666
Binary1001011011011111010001011111111010010010001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966FA2; }

 p { color: rgb(150,111,162); }

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

<style>
 a { background-color: #966FA2; }

 a { background-color: rgb(150,111,162); }

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

<style>
 span { border-color: #966FA2; }

 span { border-color: rgb(150,111,162); }

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