#966BAE

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

Shades of Ce Soir #966BAE

Tints of Ce Soir #966BAE

Color information

#966BAE (or 0x966BAE) is unknown color: approx Ce Soir. HEX triplet: 96, 6B and AE. RGB value is (150,107,174). Sum of RGB (Red+Green+Blue) = 150+107+174=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #966BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAE is #699451. Grayscale: #7F7F7F. Windows color (decimal): -6919250 or 11430806. OLE color: 11430806.

HSL color Cylindrical-coordinate representation of color #966BAE: hue angle of 278.51º degrees, saturation: 0.29, 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 #966BAE is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB150107174-
CMYK0.140.3900.32
HSL278.51º29.26%55.1%-
HSV(B)278.51º38.51%68.24%-
XYZ25.4820.0642.57-
YUV127.49154.25144.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 107 (42.19% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=34.80%
G=24.83%
B=40.37%

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
Decimal1501071740.140.3900.32278.5129.2655.1
Hex966BAEE270201171d37
Octal22615325616470404273567
Binary100101101101011101011101110100111010000010001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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