#966BAF

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

Shades of Ce Soir #966BAF

Tints of Ce Soir #966BAF

Color information

#966BAF (or 0x966BAF) is unknown color: approx Ce Soir. HEX triplet: 96, 6B and AF. RGB value is (150,107,175). Sum of RGB (Red+Green+Blue) = 150+107+175=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #966BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966BAF is #699450. Grayscale: #7F7F7F. Windows color (decimal): -6919249 or 11496342. OLE color: 11496342.

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

Color convert

RGB150107175-
CMYK0.140.3900.31
HSL277.94º29.82%55.29%-
HSV(B)277.94º38.86%68.63%-
XYZ25.5720.0943.09-
YUV127.61154.75143.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=34.72%
G=24.77%
B=40.51%

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
Decimal1501071750.140.3900.31277.9429.8255.29
Hex966BAFE2701F1161e37
Octal22615325716470374263667
Binary10010110110101110101111111010011101111110001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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