#966CA3

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

Shades of Ce Soir #966CA3

Tints of Ce Soir #966CA3

Color information

#966CA3 (or 0x966CA3) is unknown color: approx Ce Soir. HEX triplet: 96, 6C and A3. RGB value is (150,108,163). Sum of RGB (Red+Green+Blue) = 150+108+163=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 163 - color contains mainly: blue. Hex color #966CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966CA3 is #69935C. Grayscale: #7E7E7E. Windows color (decimal): -6919005 or 10710166. OLE color: 10710166.

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

Color convert

RGB150108163-
CMYK0.080.3400.36
HSL285.82º23.01%53.14%-
HSV(B)285.82º33.74%63.92%-
XYZ24.5519.8537.19-
YUV126.83148.41144.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 163 (64.06% from 255) = 38.72%
R=35.63%
G=25.65%
B=38.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501081630.080.3400.36285.8223.0153.14
Hex966CA382202411e1735
Octal22615424310420444362765
Binary100101101101100101000111000100010010010010001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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