#966D9F

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

Shades of Ce Soir #966D9F

Tints of Ce Soir #966D9F

Color information

#966D9F (or 0x966D9F) is unknown color: approx Ce Soir. HEX triplet: 96, 6D and 9F. RGB value is (150,109,159). Sum of RGB (Red+Green+Blue) = 150+109+159=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #966D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D9F is #699260. Grayscale: #7E7E7E. Windows color (decimal): -6918753 or 10448278. OLE color: 10448278.

HSL color Cylindrical-coordinate representation of color #966D9F: hue angle of 289.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966D9F is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150109159-
CMYK0.060.3100.38
HSL289.2º20.66%52.55%-
HSV(B)289.2º31.45%62.35%-
XYZ24.319.9235.37-
YUV126.96146.08144.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=35.89%
G=26.08%
B=38.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501091590.060.3100.38289.220.6652.55
Hex966D9F61F0261211535
Octal2261552376370464412565
Binary1001011011011011001111111011111010011010010000110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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