#966DA4

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

Shades of Ce Soir #966DA4

Tints of Ce Soir #966DA4

Color information

#966DA4 (or 0x966DA4) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and A4. RGB value is (150,109,164). Sum of RGB (Red+Green+Blue) = 150+109+164=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #966DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DA4 is #69925B. Grayscale: #7F7F7F. Windows color (decimal): -6918748 or 10775958. OLE color: 10775958.

HSL color Cylindrical-coordinate representation of color #966DA4: hue angle of 284.73º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966DA4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB150109164-
CMYK0.090.3400.36
HSL284.73º23.21%53.53%-
HSV(B)284.73º33.54%64.31%-
XYZ24.7520.137.7-
YUV127.53148.58144.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=35.46%
G=25.77%
B=38.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1501091640.090.3400.36284.7323.2153.53
Hex966DA492202411d1736
Octal22615524411420444352766
Binary100101101101101101001001001100010010010010001110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,164); }

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

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

 a { background-color: rgb(150,109,164); }

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

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

 span { border-color: rgb(150,109,164); }

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