#966EA3

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

Shades of Ce Soir #966EA3

Tints of Ce Soir #966EA3

Color information

#966EA3 (or 0x966EA3) is unknown color: approx Ce Soir. HEX triplet: 96, 6E and A3. RGB value is (150,110,163). Sum of RGB (Red+Green+Blue) = 150+110+163=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 163 - color contains mainly: blue. Hex color #966EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EA3 is #69915C. Grayscale: #7F7F7F. Windows color (decimal): -6918493 or 10710678. OLE color: 10710678.

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

Color convert

RGB150110163-
CMYK0.080.3300.36
HSL285.28º22.36%53.53%-
HSV(B)285.28º32.52%63.92%-
XYZ24.7620.2837.26-
YUV128147.75143.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 163 (64.06% from 255) = 38.53%
R=35.46%
G=26.00%
B=38.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501101630.080.3300.36285.2822.3653.53
Hex966EA382102411d1636
Octal22615624310410444352666
Binary100101101101110101000111000100001010010010001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,163); }

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

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

 a { background-color: rgb(150,110,163); }

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

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

 span { border-color: rgb(150,110,163); }

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