#966BA3

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

Shades of Ce Soir #966BA3

Tints of Ce Soir #966BA3

Color information

#966BA3 (or 0x966BA3) is unknown color: approx Ce Soir. HEX triplet: 96, 6B and A3. RGB value is (150,107,163). Sum of RGB (Red+Green+Blue) = 150+107+163=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 163 - color contains mainly: blue. Hex color #966BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BA3 is #69945C. Grayscale: #7E7E7E. Windows color (decimal): -6919261 or 10709910. OLE color: 10709910.

HSL color Cylindrical-coordinate representation of color #966BA3: hue angle of 286.07º 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 #966BA3 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150107163-
CMYK0.080.3400.36
HSL286.07º23.33%52.94%-
HSV(B)286.07º34.36%63.92%-
XYZ24.4519.6437.15-
YUV126.24148.75144.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 163 (64.06% from 255) = 38.81%
R=35.71%
G=25.48%
B=38.81%

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
Decimal1501071630.080.3400.36286.0723.3352.94
Hex966BA382202411e1735
Octal22615324310420444362765
Binary100101101101011101000111000100010010010010001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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