#966DA5

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

Shades of Ce Soir #966DA5

Tints of Ce Soir #966DA5

Color information

#966DA5 (or 0x966DA5) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and A5. RGB value is (150,109,165). Sum of RGB (Red+Green+Blue) = 150+109+165=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 165 - color contains mainly: blue. Hex color #966DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966DA5 is #69925A. Grayscale: #7F7F7F. Windows color (decimal): -6918747 or 10841494. OLE color: 10841494.

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

Color convert

RGB150109165-
CMYK0.090.3400.35
HSL283.93º23.73%53.73%-
HSV(B)283.93º33.94%64.71%-
XYZ24.8420.1438.18-
YUV127.64149.08143.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 165 (64.84% from 255) = 38.92%
R=35.38%
G=25.71%
B=38.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1501091650.090.3400.35283.9323.7353.73
Hex966DA592202311c1836
Octal22615524511420434343066
Binary100101101101101101001011001100010010001110001110011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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