#966EAE

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

Shades of Ce Soir #966EAE

Tints of Ce Soir #966EAE

Color information

#966EAE (or 0x966EAE) is unknown color: approx Ce Soir. HEX triplet: 96, 6E and AE. RGB value is (150,110,174). Sum of RGB (Red+Green+Blue) = 150+110+174=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #966EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EAE is #699151. Grayscale: #818181. Windows color (decimal): -6918482 or 11431574. OLE color: 11431574.

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

Color convert

RGB150110174-
CMYK0.140.3700.32
HSL277.5º28.32%55.69%-
HSV(B)277.5º36.78%68.24%-
XYZ25.7920.6942.68-
YUV129.26153.25142.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=34.56%
G=25.35%
B=40.09%

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
Decimal1501101740.140.3700.32277.528.3255.69
Hex966EAEE250201161c38
Octal22615625616450404263470
Binary100101101101110101011101110100101010000010001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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