#966AAE

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

Shades of Ce Soir #966AAE

Tints of Ce Soir #966AAE

Color information

#966AAE (or 0x966AAE) is unknown color: approx Ce Soir. HEX triplet: 96, 6A and AE. RGB value is (150,106,174). Sum of RGB (Red+Green+Blue) = 150+106+174=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #966AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAE is #699551. Grayscale: #7E7E7E. Windows color (decimal): -6919506 or 11430550. OLE color: 11430550.

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

Color convert

RGB150106174-
CMYK0.140.3900.32
HSL278.82º29.57%54.9%-
HSV(B)278.82º39.08%68.24%-
XYZ25.3719.8542.54-
YUV126.91154.58144.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=34.88%
G=24.65%
B=40.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501061740.140.3900.32278.8229.5754.9
Hex966AAEE270201171e37
Octal22615225616470404273667
Binary100101101101010101011101110100111010000010001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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