#966FA6

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

Shades of Ce Soir #966FA6

Tints of Ce Soir #966FA6

Color information

#966FA6 (or 0x966FA6) is unknown color: approx Ce Soir. HEX triplet: 96, 6F and A6. RGB value is (150,111,166). Sum of RGB (Red+Green+Blue) = 150+111+166=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 166 - color contains mainly: blue. Hex color #966FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966FA6 is #699059. Grayscale: #808080. Windows color (decimal): -6918234 or 10907542. OLE color: 10907542.

HSL color Cylindrical-coordinate representation of color #966FA6: hue angle of 282.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966FA6 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB150111166-
CMYK0.100.3300.35
HSL282.55º23.61%54.31%-
HSV(B)282.55º33.13%65.1%-
XYZ25.1520.6138.73-
YUV128.93148.92143.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 111 (43.75% from 255) = 26.00%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=35.13%
G=26.00%
B=38.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501111660.100.3300.35282.5523.6154.31
Hex966FA6A2102311b1836
Octal22615724612410434333066
Binary100101101101111101001101010100001010001110001101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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