#966DAE

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

Shades of Ce Soir #966DAE

Tints of Ce Soir #966DAE

Color information

#966DAE (or 0x966DAE) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and AE. RGB value is (150,109,174). Sum of RGB (Red+Green+Blue) = 150+109+174=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #966DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DAE is #699251. Grayscale: #808080. Windows color (decimal): -6918738 or 11431318. OLE color: 11431318.

HSL color Cylindrical-coordinate representation of color #966DAE: hue angle of 277.85º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #966DAE is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150109174-
CMYK0.140.3700.32
HSL277.85º28.63%55.49%-
HSV(B)277.85º37.36%68.24%-
XYZ25.6920.4842.64-
YUV128.67153.58143.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=34.64%
G=25.17%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501091740.140.3700.32277.8528.6355.49
Hex966DAEE250201161d37
Octal22615525616450404263567
Binary100101101101101101011101110100101010000010001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,174); }

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

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

 a { background-color: rgb(150,109,174); }

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

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

 span { border-color: rgb(150,109,174); }

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