#966AAF

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

Shades of Ce Soir #966AAF

Tints of Ce Soir #966AAF

Color information

#966AAF (or 0x966AAF) is unknown color: approx Ce Soir. HEX triplet: 96, 6A and AF. RGB value is (150,106,175). Sum of RGB (Red+Green+Blue) = 150+106+175=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #966AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966AAF is #699550. Grayscale: #7E7E7E. Windows color (decimal): -6919505 or 11496086. OLE color: 11496086.

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

Color convert

RGB150106175-
CMYK0.140.3900.31
HSL278.26º30.13%55.1%-
HSV(B)278.26º39.43%68.63%-
XYZ25.4719.8943.05-
YUV127.02155.08144.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.80%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=34.80%
G=24.59%
B=40.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501061750.140.3900.31278.2630.1355.1
Hex966AAFE2701F1161e37
Octal22615225716470374263667
Binary10010110110101010101111111010011101111110001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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