#966EB0

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

Shades of Ce Soir #966EB0

Tints of Ce Soir #966EB0

Color information

#966EB0 (or 0x966EB0) is unknown color: approx Ce Soir. HEX triplet: 96, 6E and B0. RGB value is (150,110,176). Sum of RGB (Red+Green+Blue) = 150+110+176=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 176 - color contains mainly: blue. Hex color #966EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966EB0 is #69914F. Grayscale: #818181. Windows color (decimal): -6918480 or 11562646. OLE color: 11562646.

HSL color Cylindrical-coordinate representation of color #966EB0: hue angle of 276.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #966EB0 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB150110176-
CMYK0.150.3700.31
HSL276.36º29.46%56.08%-
HSV(B)276.36º37.5%69.02%-
XYZ25.9920.7743.71-
YUV129.48154.25142.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 176 (69.14% from 255) = 40.37%
R=34.40%
G=25.23%
B=40.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501101760.150.3700.31276.3629.4656.08
Hex966EB0F2501F1141d38
Octal22615626017450374243570
Binary10010110110111010110000111110010101111110001010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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